Html Css Color HEX #CE3975 Deep Cerise

📋 copy color: '#CE3975'

red 206 ◦ green 57 ◦ blue 117

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

Shades of Deep Cerise #CE3975

Tints of Deep Cerise #CE3975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15%

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 54.21%
G = 15%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE3975 (or 0xCE3975) is known color: Deep Cerise. HEX triplet: CE, 39 and 75. RGB value is (206,57,117). Sum of RGB (Red+Green+Blue) = 206+57+117=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3975 is #31C68A. Grayscale: #6C6C6C. Windows color (decimal): -3262091 or 7682510. OLE color: 7682510.

HSL color Cylindrical-coordinate representation of color #CE3975: hue angle of 335.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3975 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 117 -
CMYK 0 0.72 0.43 0.19
HSL 335.84º 0.6% 0.52% -
HSV(B) 335.84º 0.72% 0.81% -
XYZ 30.13 17.33 18.59 -
YUV 108.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 206 57 117 0 0.72 0.43 0.19 335.84 0.6 0.52
Hex CE 39 75 0 48 2B 13 150 3C 34
Octal 316 71 165 0 110 53 23 520 74 64
Binary 11001110 111001 1110101 0 1001000 101011 10011 101010000 111100 110100

Color Harmonies of #CE3975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3975

Black with #CE3975

Text Example


Text Example

White with #CE3975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3975; }

 p { color: rgb(206,57,117); }

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

background-color css

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

 a { background-color: rgb(206,57,117); }

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

border-color css

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

 span { border-color: rgb(206,57,117); }

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