Html Css Color HEX #CE2169 Cerise

📋 copy color: '#CE2169'

red 206 ◦ green 33 ◦ blue 105

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

Shades of Cerise #CE2169

Tints of Cerise #CE2169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.52%

R = 59.88%
G = 9.59%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE2169 (or 0xCE2169) is known color: Cerise. HEX triplet: CE, 21 and 69. RGB value is (206,33,105). Sum of RGB (Red+Green+Blue) = 206+33+105=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2169 is #31DE96. Grayscale: #5C5C5C. Windows color (decimal): -3268247 or 6889934. OLE color: 6889934.

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

Color convert

RGB 206 33 105 -
CMYK 0 0.84 0.49 0.19
HSL 335.03º 0.72% 0.47% -
HSV(B) 335.03º 0.84% 0.81% -
XYZ 28.55 15.23 14.8 -
YUV 92.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 206 33 105 0 0.84 0.49 0.19 335.03 0.72 0.47
Hex CE 21 69 0 54 31 13 14F 48 2F
Octal 316 41 151 0 124 61 23 517 110 57
Binary 11001110 100001 1101001 0 1010100 110001 10011 101001111 1001000 101111

Color Harmonies of #CE2169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2169

Black with #CE2169

Text Example


Text Example

White with #CE2169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2169; }

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

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

background-color css

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

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

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

border-color css

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

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

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