Html Css Color HEX #CB216C Cerise

📋 copy color: '#CB216C'

red 203 ◦ green 33 ◦ blue 108

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

Shades of Cerise #CB216C

Tints of Cerise #CB216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 59.01%
G = 9.59%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB216C (or 0xCB216C) is known color: Cerise. HEX triplet: CB, 21 and 6C. RGB value is (203,33,108). Sum of RGB (Red+Green+Blue) = 203+33+108=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB216C is #34DE93. Grayscale: #5C5C5C. Windows color (decimal): -3464852 or 7086539. OLE color: 7086539.

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

Color convert

RGB 203 33 108 -
CMYK 0 0.84 0.47 0.20
HSL 333.53º 0.72% 0.46% -
HSV(B) 333.53º 0.84% 0.8% -
XYZ 27.88 14.87 15.59 -
YUV 92.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 203 33 108 0 0.84 0.47 0.20 333.53 0.72 0.46
Hex CB 21 6C 0 54 2F 14 14E 48 2E
Octal 313 41 154 0 124 57 24 516 110 56
Binary 11001011 100001 1101100 0 1010100 101111 10100 101001110 1001000 101110

Color Harmonies of #CB216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB216C

Black with #CB216C

Text Example


Text Example

White with #CB216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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