Html Css Color HEX #CB216D Cerise

📋 copy color: '#CB216D'

red 203 ◦ green 33 ◦ blue 109

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

Shades of Cerise #CB216D

Tints of Cerise #CB216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 58.84%
G = 9.57%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB216D (or 0xCB216D) is known color: Cerise. HEX triplet: CB, 21 and 6D. RGB value is (203,33,109). Sum of RGB (Red+Green+Blue) = 203+33+109=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB216D is #34DE92. Grayscale: #5C5C5C. Windows color (decimal): -3464851 or 7152075. OLE color: 7152075.

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

Color convert

RGB 203 33 109 -
CMYK 0 0.84 0.46 0.20
HSL 333.18º 0.72% 0.46% -
HSV(B) 333.18º 0.84% 0.8% -
XYZ 27.93 14.89 15.87 -
YUV 92.49 137.32 206.82 -
System Red Green Blue C M Y K H S L
Decimal 203 33 109 0 0.84 0.46 0.20 333.18 0.72 0.46
Hex CB 21 6D 0 54 2E 14 14D 48 2E
Octal 313 41 155 0 124 56 24 515 110 56
Binary 11001011 100001 1101101 0 1010100 101110 10100 101001101 1001000 101110

Color Harmonies of #CB216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB216D

Black with #CB216D

Text Example


Text Example

White with #CB216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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