Html Css Color HEX #CE2A85 Deep Cerise

📋 copy color: '#CE2A85'

red 206 ◦ green 42 ◦ blue 133

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

Shades of Deep Cerise #CE2A85

Tints of Deep Cerise #CE2A85

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.02%

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

R = 54.07%
G = 11.02%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE2A85 (or 0xCE2A85) is known color: Deep Cerise. HEX triplet: CE, 2A and 85. RGB value is (206,42,133). Sum of RGB (Red+Green+Blue) = 206+42+133=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2A85 is #31D57A. Grayscale: #656565. Windows color (decimal): -3265915 or 8727246. OLE color: 8727246.

HSL color Cylindrical-coordinate representation of color #CE2A85: hue angle of 326.71º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A85 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 133 -
CMYK 0 0.80 0.35 0.19
HSL 326.71º 0.66% 0.49% -
HSV(B) 326.71º 0.8% 0.81% -
XYZ 30.52 16.47 23.76 -
YUV 101.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 206 42 133 0 0.80 0.35 0.19 326.71 0.66 0.49
Hex CE 2A 85 0 50 23 13 147 42 31
Octal 316 52 205 0 120 43 23 507 102 61
Binary 11001110 101010 10000101 0 1010000 100011 10011 101000111 1000010 110001

Color Harmonies of #CE2A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A85

Black with #CE2A85

Text Example


Text Example

White with #CE2A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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