Html Css Color HEX #CE2F97 Deep Cerise

📋 copy color: '#CE2F97'

red 206 ◦ green 47 ◦ blue 151

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

Shades of Deep Cerise #CE2F97

Tints of Deep Cerise #CE2F97

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.63%

 BLUE value IS 151 (59.38% from 255) = 37.38%

R = 50.99%
G = 11.63%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE2F97 (or 0xCE2F97) is known color: Deep Cerise. HEX triplet: CE, 2F and 97. RGB value is (206,47,151). Sum of RGB (Red+Green+Blue) = 206+47+151=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F97 is #31D068. Grayscale: #6A6A6A. Windows color (decimal): -3264617 or 9908174. OLE color: 9908174.

HSL color Cylindrical-coordinate representation of color #CE2F97: hue angle of 320.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F97 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 47 151 -
CMYK 0 0.77 0.27 0.19
HSL 320.75º 0.63% 0.5% -
HSV(B) 320.75º 0.77% 0.81% -
XYZ 32.06 17.39 30.95 -
YUV 106.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 206 47 151 0 0.77 0.27 0.19 320.75 0.63 0.5
Hex CE 2F 97 0 4D 1B 13 141 3F 32
Octal 316 57 227 0 115 33 23 501 77 62
Binary 11001110 101111 10010111 0 1001101 11011 10011 101000001 111111 110010

Color Harmonies of #CE2F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F97

Black with #CE2F97

Text Example


Text Example

White with #CE2F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F97; }

 p { color: rgb(206,47,151); }

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

background-color css

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

 a { background-color: rgb(206,47,151); }

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

border-color css

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

 span { border-color: rgb(206,47,151); }

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