Html Css Color HEX #CE3974 Deep Cerise

📋 copy color: '#CE3974'

red 206 ◦ green 57 ◦ blue 116

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

Shades of Deep Cerise #CE3974

Tints of Deep Cerise #CE3974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 54.35%
G = 15.04%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE3974 (or 0xCE3974) is known color: Deep Cerise. HEX triplet: CE, 39 and 74. RGB value is (206,57,116). Sum of RGB (Red+Green+Blue) = 206+57+116=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3974 is #31C68B. Grayscale: #6C6C6C. Windows color (decimal): -3262092 or 7616974. OLE color: 7616974.

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

Color convert

RGB 206 57 116 -
CMYK 0 0.72 0.44 0.19
HSL 336.24º 0.6% 0.52% -
HSV(B) 336.24º 0.72% 0.81% -
XYZ 30.07 17.31 18.28 -
YUV 108.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 206 57 116 0 0.72 0.44 0.19 336.24 0.6 0.52
Hex CE 39 74 0 48 2C 13 150 3C 34
Octal 316 71 164 0 110 54 23 520 74 64
Binary 11001110 111001 1110100 0 1001000 101100 10011 101010000 111100 110100

Color Harmonies of #CE3974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3974

Black with #CE3974

Text Example


Text Example

White with #CE3974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3974; }

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

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

background-color css

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

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

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

border-color css

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

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

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