Html Css Color HEX #CE3174 Deep Cerise

📋 copy color: '#CE3174'

red 206 ◦ green 49 ◦ blue 116

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

Shades of Deep Cerise #CE3174

Tints of Deep Cerise #CE3174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

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

R = 55.53%
G = 13.21%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE3174 (or 0xCE3174) is known color: Deep Cerise. HEX triplet: CE, 31 and 74. RGB value is (206,49,116). Sum of RGB (Red+Green+Blue) = 206+49+116=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3174 is #31CE8B. Grayscale: #676767. Windows color (decimal): -3264140 or 7614926. OLE color: 7614926.

HSL color Cylindrical-coordinate representation of color #CE3174: hue angle of 334.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3174 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 49 116 -
CMYK 0 0.76 0.44 0.19
HSL 334.39º 0.62% 0.5% -
HSV(B) 334.39º 0.76% 0.81% -
XYZ 29.7 16.58 18.16 -
YUV 103.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 206 49 116 0 0.76 0.44 0.19 334.39 0.62 0.5
Hex CE 31 74 0 4C 2C 13 14E 3E 32
Octal 316 61 164 0 114 54 23 516 76 62
Binary 11001110 110001 1110100 0 1001100 101100 10011 101001110 111110 110010

Color Harmonies of #CE3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3174

Black with #CE3174

Text Example


Text Example

White with #CE3174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3174; }

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

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

background-color css

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

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

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

border-color css

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

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

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