Html Css Color HEX #CB3366 Cerise

📋 copy color: '#CB3366'

red 203 ◦ green 51 ◦ blue 102

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

Shades of Cerise #CB3366

Tints of Cerise #CB3366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.65%

R = 57.02%
G = 14.33%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB3366 (or 0xCB3366) is known color: Cerise. HEX triplet: CB, 33 and 66. RGB value is (203,51,102). Sum of RGB (Red+Green+Blue) = 203+51+102=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3366 is #34CC99. Grayscale: #666666. Windows color (decimal): -3460250 or 6697931. OLE color: 6697931.

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

Color convert

RGB 203 51 102 -
CMYK 0 0.75 0.50 0.20
HSL 339.87º 0.6% 0.5% -
HSV(B) 339.87º 0.75% 0.8% -
XYZ 28.21 16.02 14.18 -
YUV 102.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 203 51 102 0 0.75 0.50 0.20 339.87 0.6 0.5
Hex CB 33 66 0 4B 32 14 154 3C 32
Octal 313 63 146 0 113 62 24 524 74 62
Binary 11001011 110011 1100110 0 1001011 110010 10100 101010100 111100 110010

Color Harmonies of #CB3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3366

Black with #CB3366

Text Example


Text Example

White with #CB3366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3366; }

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

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

background-color css

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

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

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

border-color css

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

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

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