Html Css Color HEX #CE2469 Cerise

📋 copy color: '#CE2469'

red 206 ◦ green 36 ◦ blue 105

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

Shades of Cerise #CE2469

Tints of Cerise #CE2469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

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

R = 59.37%
G = 10.37%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE2469 (or 0xCE2469) is known color: Cerise. HEX triplet: CE, 24 and 69. RGB value is (206,36,105). Sum of RGB (Red+Green+Blue) = 206+36+105=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2469 is #31DB96. Grayscale: #5E5E5E. Windows color (decimal): -3267479 or 6890702. OLE color: 6890702.

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

Color convert

RGB 206 36 105 -
CMYK 0 0.83 0.49 0.19
HSL 335.65º 0.7% 0.47% -
HSV(B) 335.65º 0.83% 0.81% -
XYZ 28.63 15.4 14.83 -
YUV 94.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 206 36 105 0 0.83 0.49 0.19 335.65 0.7 0.47
Hex CE 24 69 0 53 31 13 150 46 2F
Octal 316 44 151 0 123 61 23 520 106 57
Binary 11001110 100100 1101001 0 1010011 110001 10011 101010000 1000110 101111

Color Harmonies of #CE2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2469

Black with #CE2469

Text Example


Text Example

White with #CE2469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2469; }

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

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

background-color css

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

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

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

border-color css

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

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

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