Html Css Color HEX #CE2E7D Deep Cerise

📋 copy color: '#CE2E7D'

red 206 ◦ green 46 ◦ blue 125

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

Shades of Deep Cerise #CE2E7D

Tints of Deep Cerise #CE2E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.2%

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 54.64%
G = 12.2%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE2E7D (or 0xCE2E7D) is known color: Deep Cerise. HEX triplet: CE, 2E and 7D. RGB value is (206,46,125). Sum of RGB (Red+Green+Blue) = 206+46+125=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E7D is #31D182. Grayscale: #666666. Windows color (decimal): -3264899 or 8203982. OLE color: 8203982.

HSL color Cylindrical-coordinate representation of color #CE2E7D: hue angle of 330.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E7D is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 125 -
CMYK 0 0.78 0.39 0.19
HSL 330.38º 0.63% 0.49% -
HSV(B) 330.38º 0.78% 0.81% -
XYZ 30.13 16.56 21.01 -
YUV 102.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 206 46 125 0 0.78 0.39 0.19 330.38 0.63 0.49
Hex CE 2E 7D 0 4E 27 13 14A 3F 31
Octal 316 56 175 0 116 47 23 512 77 61
Binary 11001110 101110 1111101 0 1001110 100111 10011 101001010 111111 110001

Color Harmonies of #CE2E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E7D

Black with #CE2E7D

Text Example


Text Example

White with #CE2E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E7D; }

 p { color: rgb(206,46,125); }

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

background-color css

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

 a { background-color: rgb(206,46,125); }

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

border-color css

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

 span { border-color: rgb(206,46,125); }

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