Html Css Color HEX #CE2168 Cerise

📋 copy color: '#CE2168'

red 206 ◦ green 33 ◦ blue 104

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

Shades of Cerise #CE2168

Tints of Cerise #CE2168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 60.06%
G = 9.62%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE2168 (or 0xCE2168) is known color: Cerise. HEX triplet: CE, 21 and 68. RGB value is (206,33,104). Sum of RGB (Red+Green+Blue) = 206+33+104=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2168 is #31DE97. Grayscale: #5C5C5C. Windows color (decimal): -3268248 or 6824398. OLE color: 6824398.

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

Color convert

RGB 206 33 104 -
CMYK 0 0.84 0.50 0.19
HSL 335.38º 0.72% 0.47% -
HSV(B) 335.38º 0.84% 0.81% -
XYZ 28.5 15.21 14.53 -
YUV 92.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 206 33 104 0 0.84 0.50 0.19 335.38 0.72 0.47
Hex CE 21 68 0 54 32 13 14F 48 2F
Octal 316 41 150 0 124 62 23 517 110 57
Binary 11001110 100001 1101000 0 1010100 110010 10011 101001111 1001000 101111

Color Harmonies of #CE2168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2168

Black with #CE2168

Text Example


Text Example

White with #CE2168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2168; }

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

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

background-color css

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

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

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

border-color css

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

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

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