Html Css Color HEX #CB337B Deep Cerise

📋 copy color: '#CB337B'

red 203 ◦ green 51 ◦ blue 123

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

Shades of Deep Cerise #CB337B

Tints of Deep Cerise #CB337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 53.85%
G = 13.53%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB337B (or 0xCB337B) is known color: Deep Cerise. HEX triplet: CB, 33 and 7B. RGB value is (203,51,123). Sum of RGB (Red+Green+Blue) = 203+51+123=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB337B is #34CC84. Grayscale: #686868. Windows color (decimal): -3460229 or 8074187. OLE color: 8074187.

HSL color Cylindrical-coordinate representation of color #CB337B: hue angle of 331.58º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB337B is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 51 123 -
CMYK 0 0.75 0.39 0.20
HSL 331.58º 0.6% 0.5% -
HSV(B) 331.58º 0.75% 0.8% -
XYZ 29.39 16.49 20.37 -
YUV 104.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 203 51 123 0 0.75 0.39 0.20 331.58 0.6 0.5
Hex CB 33 7B 0 4B 27 14 14C 3C 32
Octal 313 63 173 0 113 47 24 514 74 62
Binary 11001011 110011 1111011 0 1001011 100111 10100 101001100 111100 110010

Color Harmonies of #CB337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB337B

Black with #CB337B

Text Example


Text Example

White with #CB337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB337B; }

 p { color: rgb(203,51,123); }

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

background-color css

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

 a { background-color: rgb(203,51,123); }

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

border-color css

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

 span { border-color: rgb(203,51,123); }

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