Html Css Color HEX #CE3580 Deep Cerise

📋 copy color: '#CE3580'

red 206 ◦ green 53 ◦ blue 128

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

Shades of Deep Cerise #CE3580

Tints of Deep Cerise #CE3580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 53.23%
G = 13.7%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE3580 (or 0xCE3580) is known color: Deep Cerise. HEX triplet: CE, 35 and 80. RGB value is (206,53,128). Sum of RGB (Red+Green+Blue) = 206+53+128=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3580 is #31CA7F. Grayscale: #6B6B6B. Windows color (decimal): -3263104 or 8402382. OLE color: 8402382.

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

Color convert

RGB 206 53 128 -
CMYK 0 0.74 0.38 0.19
HSL 330.59º 0.61% 0.51% -
HSV(B) 330.59º 0.74% 0.81% -
XYZ 30.62 17.23 22.13 -
YUV 107.3 139.69 198.4 -
System Red Green Blue C M Y K H S L
Decimal 206 53 128 0 0.74 0.38 0.19 330.59 0.61 0.51
Hex CE 35 80 0 4A 26 13 14B 3D 33
Octal 316 65 200 0 112 46 23 513 75 63
Binary 11001110 110101 10000000 0 1001010 100110 10011 101001011 111101 110011

Color Harmonies of #CE3580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3580

Black with #CE3580

Text Example


Text Example

White with #CE3580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3580; }

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

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

background-color css

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

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

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

border-color css

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

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

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