Html Css Color HEX #CE215C Cerise

📋 copy color: '#CE215C'

red 206 ◦ green 33 ◦ blue 92

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

Shades of Cerise #CE215C

Tints of Cerise #CE215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 62.24%
G = 9.97%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE215C (or 0xCE215C) is known color: Cerise. HEX triplet: CE, 21 and 5C. RGB value is (206,33,92). Sum of RGB (Red+Green+Blue) = 206+33+92=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE215C is #31DEA3. Grayscale: #5B5B5B. Windows color (decimal): -3268260 or 6037966. OLE color: 6037966.

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

Color convert

RGB 206 33 92 -
CMYK 0 0.84 0.55 0.19
HSL 339.54º 0.72% 0.47% -
HSV(B) 339.54º 0.84% 0.81% -
XYZ 27.93 14.98 11.55 -
YUV 91.45 128.31 209.7 -
System Red Green Blue C M Y K H S L
Decimal 206 33 92 0 0.84 0.55 0.19 339.54 0.72 0.47
Hex CE 21 5C 0 54 37 13 154 48 2F
Octal 316 41 134 0 124 67 23 524 110 57
Binary 11001110 100001 1011100 0 1010100 110111 10011 101010100 1001000 101111

Color Harmonies of #CE215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE215C

Black with #CE215C

Text Example


Text Example

White with #CE215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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