Html Css Color HEX #CE3E82 Deep Cerise

📋 copy color: '#CE3E82'

red 206 ◦ green 62 ◦ blue 130

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

Shades of Deep Cerise #CE3E82

Tints of Deep Cerise #CE3E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 51.76%
G = 15.58%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE3E82 (or 0xCE3E82) is known color: Deep Cerise. HEX triplet: CE, 3E and 82. RGB value is (206,62,130). Sum of RGB (Red+Green+Blue) = 206+62+130=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3E82 is #31C17D. Grayscale: #707070. Windows color (decimal): -3260798 or 8535758. OLE color: 8535758.

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

Color convert

RGB 206 62 130 -
CMYK 0 0.70 0.37 0.19
HSL 331.67º 0.6% 0.53% -
HSV(B) 331.67º 0.7% 0.81% -
XYZ 31.21 18.18 22.98 -
YUV 112.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 206 62 130 0 0.70 0.37 0.19 331.67 0.6 0.53
Hex CE 3E 82 0 46 25 13 14C 3C 35
Octal 316 76 202 0 106 45 23 514 74 65
Binary 11001110 111110 10000010 0 1000110 100101 10011 101001100 111100 110101

Color Harmonies of #CE3E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E82

Black with #CE3E82

Text Example


Text Example

White with #CE3E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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