Html Css Color HEX #CB2874 Deep Cerise

📋 copy color: '#CB2874'

red 203 ◦ green 40 ◦ blue 116

#CB2874
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CB2874

Tints of Deep Cerise #CB2874

RGB

 RED value IS 203 (79.69% from 255) = 56.55%

 GREEN value IS 40 (16.02% from 255) = 11.14%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 56.55%
G = 11.14%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB2874 (or 0xCB2874) is known color: Deep Cerise. HEX triplet: CB, 28 and 74. RGB value is (203,40,116). Sum of RGB (Red+Green+Blue) = 203+40+116=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2874 is #34D78B. Grayscale: #616161. Windows color (decimal): -3463052 or 7612619. OLE color: 7612619.

HSL color Cylindrical-coordinate representation of color #CB2874: hue angle of 332.02º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2874 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 40 116 -
CMYK 0 0.80 0.43 0.20
HSL 332.02º 0.67% 0.48% -
HSV(B) 332.02º 0.8% 0.8% -
XYZ 28.54 15.48 18.01 -
YUV 97.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 203 40 116 0 0.80 0.43 0.20 332.02 0.67 0.48
Hex CB 28 74 0 50 2B 14 14C 43 30
Octal 313 50 164 0 120 53 24 514 103 60
Binary 11001011 101000 1110100 0 1010000 101011 10100 101001100 1000011 110000

Color Harmonies of #CB2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2874

Black with #CB2874

Text Example


Text Example

White with #CB2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2874; }

 p { color: rgb(203,40,116); }

 H1.HeaderClassName
 {
   color: #CB2874;
 }
 .AnyTagClassName
 {
   color: #CB2874;
 }
</style>

background-color css

<style>
 a { background-color: #CB2874; }

 a { background-color: rgb(203,40,116); }

 div.DivClassName
 {
   background-color: #CB2874;
 }
 .BgClassName
 {
   background-color: #CB2874;
 }
</style>

border-color css

<style>
 span { border-color: #CB2874; }

 span { border-color: rgb(203,40,116); }

 td.TdClassName
 {
   border-color: #CB2874;
 }
 .TagClassName
 {
   border-color: #CB2874;
 }
</style>