Html Css Color HEX #CE216C Cerise

📋 copy color: '#CE216C'

red 206 ◦ green 33 ◦ blue 108

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

Shades of Cerise #CE216C

Tints of Cerise #CE216C

RGB

 RED value IS 206 (80.86% from 255) = 59.37%

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

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

R = 59.37%
G = 9.51%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE216C (or 0xCE216C) is known color: Cerise. HEX triplet: CE, 21 and 6C. RGB value is (206,33,108). Sum of RGB (Red+Green+Blue) = 206+33+108=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE216C is #31DE93. Grayscale: #5D5D5D. Windows color (decimal): -3268244 or 7086542. OLE color: 7086542.

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

Color convert

RGB 206 33 108 -
CMYK 0 0.84 0.48 0.19
HSL 333.99º 0.72% 0.47% -
HSV(B) 333.99º 0.84% 0.81% -
XYZ 28.7 15.29 15.63 -
YUV 93.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 206 33 108 0 0.84 0.48 0.19 333.99 0.72 0.47
Hex CE 21 6C 0 54 30 13 14E 48 2F
Octal 316 41 154 0 124 60 23 516 110 57
Binary 11001110 100001 1101100 0 1010100 110000 10011 101001110 1001000 101111

Color Harmonies of #CE216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE216C

Black with #CE216C

Text Example


Text Example

White with #CE216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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