Html Css Color HEX #CE2369 Cerise

📋 copy color: '#CE2369'

red 206 ◦ green 35 ◦ blue 105

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

Shades of Cerise #CE2369

Tints of Cerise #CE2369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.12%

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

R = 59.54%
G = 10.12%
B = 30.35%

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

#CE2369 (or 0xCE2369) is known color: Cerise. HEX triplet: CE, 23 and 69. RGB value is (206,35,105). Sum of RGB (Red+Green+Blue) = 206+35+105=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2369 is #31DC96. Grayscale: #5D5D5D. Windows color (decimal): -3267735 or 6890446. OLE color: 6890446.

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

Color convert

RGB 206 35 105 -
CMYK 0 0.83 0.49 0.19
HSL 335.44º 0.71% 0.47% -
HSV(B) 335.44º 0.83% 0.81% -
XYZ 28.6 15.34 14.82 -
YUV 94.11 134.15 207.81 -
System Red Green Blue C M Y K H S L
Decimal 206 35 105 0 0.83 0.49 0.19 335.44 0.71 0.47
Hex CE 23 69 0 53 31 13 14F 47 2F
Octal 316 43 151 0 123 61 23 517 107 57
Binary 11001110 100011 1101001 0 1010011 110001 10011 101001111 1000111 101111

Color Harmonies of #CE2369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2369

Black with #CE2369

Text Example


Text Example

White with #CE2369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2369; }

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

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

background-color css

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

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

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

border-color css

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

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

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