Html Css Color HEX #CB337A Deep Cerise

📋 copy color: '#CB337A'

red 203 ◦ green 51 ◦ blue 122

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

Shades of Deep Cerise #CB337A

Tints of Deep Cerise #CB337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 53.99%
G = 13.56%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB337A (or 0xCB337A) is known color: Deep Cerise. HEX triplet: CB, 33 and 7A. RGB value is (203,51,122). Sum of RGB (Red+Green+Blue) = 203+51+122=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB337A is #34CC85. Grayscale: #686868. Windows color (decimal): -3460230 or 8008651. OLE color: 8008651.

HSL color Cylindrical-coordinate representation of color #CB337A: hue angle of 331.97º 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 #CB337A is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 51 122 -
CMYK 0 0.75 0.40 0.20
HSL 331.97º 0.6% 0.5% -
HSV(B) 331.97º 0.75% 0.8% -
XYZ 29.33 16.47 20.05 -
YUV 104.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 203 51 122 0 0.75 0.40 0.20 331.97 0.6 0.5
Hex CB 33 7A 0 4B 28 14 14C 3C 32
Octal 313 63 172 0 113 50 24 514 74 62
Binary 11001011 110011 1111010 0 1001011 101000 10100 101001100 111100 110010

Color Harmonies of #CB337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB337A

Black with #CB337A

Text Example


Text Example

White with #CB337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB337A; }

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

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

background-color css

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

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

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

border-color css

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

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

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