Html Css Color HEX #CE3E5F Cerise

📋 copy color: '#CE3E5F'

red 206 ◦ green 62 ◦ blue 95

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

Shades of Cerise #CE3E5F

Tints of Cerise #CE3E5F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 56.75%
G = 17.08%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE3E5F (or 0xCE3E5F) is known color: Cerise. HEX triplet: CE, 3E and 5F. RGB value is (206,62,95). Sum of RGB (Red+Green+Blue) = 206+62+95=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E5F is #31C1A0. Grayscale: #6C6C6C. Windows color (decimal): -3260833 or 6241998. OLE color: 6241998.

HSL color Cylindrical-coordinate representation of color #CE3E5F: hue angle of 346.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E5F is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 95 -
CMYK 0 0.70 0.54 0.19
HSL 346.25º 0.6% 0.53% -
HSV(B) 346.25º 0.7% 0.81% -
XYZ 29.24 17.39 12.64 -
YUV 108.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 206 62 95 0 0.70 0.54 0.19 346.25 0.6 0.53
Hex CE 3E 5F 0 46 36 13 15A 3C 35
Octal 316 76 137 0 106 66 23 532 74 65
Binary 11001110 111110 1011111 0 1000110 110110 10011 101011010 111100 110101

Color Harmonies of #CE3E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E5F

Black with #CE3E5F

Text Example


Text Example

White with #CE3E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E5F; }

 p { color: rgb(206,62,95); }

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

background-color css

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

 a { background-color: rgb(206,62,95); }

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

border-color css

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

 span { border-color: rgb(206,62,95); }

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