Html Css Color HEX #CE2368 Cerise

📋 copy color: '#CE2368'

red 206 ◦ green 35 ◦ blue 104

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

Shades of Cerise #CE2368

Tints of Cerise #CE2368

RGB

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

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

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

R = 59.71%
G = 10.14%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE2368 (or 0xCE2368) is known color: Cerise. HEX triplet: CE, 23 and 68. RGB value is (206,35,104). Sum of RGB (Red+Green+Blue) = 206+35+104=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2368 is #31DC97. Grayscale: #5D5D5D. Windows color (decimal): -3267736 or 6824910. OLE color: 6824910.

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

Color convert

RGB 206 35 104 -
CMYK 0 0.83 0.50 0.19
HSL 335.79º 0.71% 0.47% -
HSV(B) 335.79º 0.83% 0.81% -
XYZ 28.55 15.32 14.55 -
YUV 94 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 206 35 104 0 0.83 0.50 0.19 335.79 0.71 0.47
Hex CE 23 68 0 53 32 13 150 47 2F
Octal 316 43 150 0 123 62 23 520 107 57
Binary 11001110 100011 1101000 0 1010011 110010 10011 101010000 1000111 101111

Color Harmonies of #CE2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2368

Black with #CE2368

Text Example


Text Example

White with #CE2368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2368; }

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

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

background-color css

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

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

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

border-color css

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

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

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