Html Css Color HEX #CE2A95 Deep Cerise

📋 copy color: '#CE2A95'

red 206 ◦ green 42 ◦ blue 149

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

Shades of Deep Cerise #CE2A95

Tints of Deep Cerise #CE2A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 51.89%
G = 10.58%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE2A95 (or 0xCE2A95) is known color: Deep Cerise. HEX triplet: CE, 2A and 95. RGB value is (206,42,149). Sum of RGB (Red+Green+Blue) = 206+42+149=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2A95 is #31D56A. Grayscale: #666666. Windows color (decimal): -3265899 or 9775822. OLE color: 9775822.

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

Color convert

RGB 206 42 149 -
CMYK 0 0.80 0.28 0.19
HSL 320.85º 0.66% 0.49% -
HSV(B) 320.85º 0.8% 0.81% -
XYZ 31.71 16.95 30.03 -
YUV 103.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 206 42 149 0 0.80 0.28 0.19 320.85 0.66 0.49
Hex CE 2A 95 0 50 1C 13 141 42 31
Octal 316 52 225 0 120 34 23 501 102 61
Binary 11001110 101010 10010101 0 1010000 11100 10011 101000001 1000010 110001

Color Harmonies of #CE2A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A95

Black with #CE2A95

Text Example


Text Example

White with #CE2A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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