Html Css Color HEX #CE3582 Deep Cerise

📋 copy color: '#CE3582'

red 206 ◦ green 53 ◦ blue 130

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

Shades of Deep Cerise #CE3582

Tints of Deep Cerise #CE3582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.62%

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

R = 52.96%
G = 13.62%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE3582 (or 0xCE3582) is known color: Deep Cerise. HEX triplet: CE, 35 and 82. RGB value is (206,53,130). Sum of RGB (Red+Green+Blue) = 206+53+130=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3582 is #31CA7D. Grayscale: #6B6B6B. Windows color (decimal): -3263102 or 8533454. OLE color: 8533454.

HSL color Cylindrical-coordinate representation of color #CE3582: hue angle of 329.8º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3582 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 130 -
CMYK 0 0.74 0.37 0.19
HSL 329.8º 0.61% 0.51% -
HSV(B) 329.8º 0.74% 0.81% -
XYZ 30.76 17.28 22.83 -
YUV 107.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 206 53 130 0 0.74 0.37 0.19 329.8 0.61 0.51
Hex CE 35 82 0 4A 25 13 14A 3D 33
Octal 316 65 202 0 112 45 23 512 75 63
Binary 11001110 110101 10000010 0 1001010 100101 10011 101001010 111101 110011

Color Harmonies of #CE3582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3582

Black with #CE3582

Text Example


Text Example

White with #CE3582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3582; }

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

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

background-color css

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

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

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

border-color css

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

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

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