Html Css Color HEX #CE3E7E Deep Cerise

📋 copy color: '#CE3E7E'

red 206 ◦ green 62 ◦ blue 126

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

Shades of Deep Cerise #CE3E7E

Tints of Deep Cerise #CE3E7E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.74%

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 52.28%
G = 15.74%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE3E7E (or 0xCE3E7E) is known color: Deep Cerise. HEX triplet: CE, 3E and 7E. RGB value is (206,62,126). Sum of RGB (Red+Green+Blue) = 206+62+126=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E7E is #31C181. Grayscale: #707070. Windows color (decimal): -3260802 or 8273614. OLE color: 8273614.

HSL color Cylindrical-coordinate representation of color #CE3E7E: hue angle of 333.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E7E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 126 -
CMYK 0 0.70 0.39 0.19
HSL 333.33º 0.6% 0.53% -
HSV(B) 333.33º 0.7% 0.81% -
XYZ 30.94 18.07 21.6 -
YUV 112.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 206 62 126 0 0.70 0.39 0.19 333.33 0.6 0.53
Hex CE 3E 7E 0 46 27 13 14D 3C 35
Octal 316 76 176 0 106 47 23 515 74 65
Binary 11001110 111110 1111110 0 1000110 100111 10011 101001101 111100 110101

Color Harmonies of #CE3E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E7E

Black with #CE3E7E

Text Example


Text Example

White with #CE3E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E7E; }

 p { color: rgb(206,62,126); }

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

background-color css

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

 a { background-color: rgb(206,62,126); }

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

border-color css

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

 span { border-color: rgb(206,62,126); }

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