Html Css Color HEX #CE3585 Deep Cerise

📋 copy color: '#CE3585'

red 206 ◦ green 53 ◦ blue 133

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

Shades of Deep Cerise #CE3585

Tints of Deep Cerise #CE3585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 52.55%
G = 13.52%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE3585 (or 0xCE3585) is known color: Deep Cerise. HEX triplet: CE, 35 and 85. RGB value is (206,53,133). Sum of RGB (Red+Green+Blue) = 206+53+133=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3585 is #31CA7A. Grayscale: #6B6B6B. Windows color (decimal): -3263099 or 8730062. OLE color: 8730062.

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

Color convert

RGB 206 53 133 -
CMYK 0 0.74 0.35 0.19
HSL 328.63º 0.61% 0.51% -
HSV(B) 328.63º 0.74% 0.81% -
XYZ 30.96 17.36 23.91 -
YUV 107.87 142.19 198 -
System Red Green Blue C M Y K H S L
Decimal 206 53 133 0 0.74 0.35 0.19 328.63 0.61 0.51
Hex CE 35 85 0 4A 23 13 149 3D 33
Octal 316 65 205 0 112 43 23 511 75 63
Binary 11001110 110101 10000101 0 1001010 100011 10011 101001001 111101 110011

Color Harmonies of #CE3585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3585

Black with #CE3585

Text Example


Text Example

White with #CE3585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3585; }

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

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

background-color css

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

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

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

border-color css

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

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

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