Html Css Color HEX #CB216A Cerise

📋 copy color: '#CB216A'

red 203 ◦ green 33 ◦ blue 106

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

Shades of Cerise #CB216A

Tints of Cerise #CB216A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.65%

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 59.36%
G = 9.65%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB216A (or 0xCB216A) is known color: Cerise. HEX triplet: CB, 21 and 6A. RGB value is (203,33,106). Sum of RGB (Red+Green+Blue) = 203+33+106=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB216A is #34DE95. Grayscale: #5C5C5C. Windows color (decimal): -3464854 or 6955467. OLE color: 6955467.

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

Color convert

RGB 203 33 106 -
CMYK 0 0.84 0.48 0.20
HSL 334.24º 0.72% 0.46% -
HSV(B) 334.24º 0.84% 0.8% -
XYZ 27.77 14.82 15.03 -
YUV 92.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 203 33 106 0 0.84 0.48 0.20 334.24 0.72 0.46
Hex CB 21 6A 0 54 30 14 14E 48 2E
Octal 313 41 152 0 124 60 24 516 110 56
Binary 11001011 100001 1101010 0 1010100 110000 10100 101001110 1001000 101110

Color Harmonies of #CB216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB216A

Black with #CB216A

Text Example


Text Example

White with #CB216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB216A; }

 p { color: rgb(203,33,106); }

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

background-color css

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

 a { background-color: rgb(203,33,106); }

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

border-color css

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

 span { border-color: rgb(203,33,106); }

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