Html Css Color HEX #CB216B Cerise

📋 copy color: '#CB216B'

red 203 ◦ green 33 ◦ blue 107

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

Shades of Cerise #CB216B

Tints of Cerise #CB216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 59.18%
G = 9.62%
B = 31.2%

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

#CB216B (or 0xCB216B) is known color: Cerise. HEX triplet: CB, 21 and 6B. RGB value is (203,33,107). Sum of RGB (Red+Green+Blue) = 203+33+107=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB216B is #34DE94. Grayscale: #5C5C5C. Windows color (decimal): -3464853 or 7021003. OLE color: 7021003.

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

Color convert

RGB 203 33 107 -
CMYK 0 0.84 0.47 0.20
HSL 333.88º 0.72% 0.46% -
HSV(B) 333.88º 0.84% 0.8% -
XYZ 27.83 14.85 15.31 -
YUV 92.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 203 33 107 0 0.84 0.47 0.20 333.88 0.72 0.46
Hex CB 21 6B 0 54 2F 14 14E 48 2E
Octal 313 41 153 0 124 57 24 516 110 56
Binary 11001011 100001 1101011 0 1010100 101111 10100 101001110 1001000 101110

Color Harmonies of #CB216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB216B

Black with #CB216B

Text Example


Text Example

White with #CB216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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