Html Css Color HEX #CE2574 Deep Cerise

📋 copy color: '#CE2574'

red 206 ◦ green 37 ◦ blue 116

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

Shades of Deep Cerise #CE2574

Tints of Deep Cerise #CE2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 57.38%
G = 10.31%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE2574 (or 0xCE2574) is known color: Deep Cerise. HEX triplet: CE, 25 and 74. RGB value is (206,37,116). Sum of RGB (Red+Green+Blue) = 206+37+116=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2574 is #31DA8B. Grayscale: #606060. Windows color (decimal): -3267212 or 7611854. OLE color: 7611854.

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

Color convert

RGB 206 37 116 -
CMYK 0 0.82 0.44 0.19
HSL 331.95º 0.7% 0.48% -
HSV(B) 331.95º 0.82% 0.81% -
XYZ 29.27 15.71 18.01 -
YUV 96.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 206 37 116 0 0.82 0.44 0.19 331.95 0.7 0.48
Hex CE 25 74 0 52 2C 13 14C 46 30
Octal 316 45 164 0 122 54 23 514 106 60
Binary 11001110 100101 1110100 0 1010010 101100 10011 101001100 1000110 110000

Color Harmonies of #CE2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2574

Black with #CE2574

Text Example


Text Example

White with #CE2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2574; }

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

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

background-color css

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

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

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

border-color css

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

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

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