Html Css Color HEX #CE2F98 Deep Cerise

📋 copy color: '#CE2F98'

red 206 ◦ green 47 ◦ blue 152

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

Shades of Deep Cerise #CE2F98

Tints of Deep Cerise #CE2F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.53%

R = 50.86%
G = 11.6%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE2F98 (or 0xCE2F98) is known color: Deep Cerise. HEX triplet: CE, 2F and 98. RGB value is (206,47,152). Sum of RGB (Red+Green+Blue) = 206+47+152=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F98 is #31D067. Grayscale: #6A6A6A. Windows color (decimal): -3264616 or 9973710. OLE color: 9973710.

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

Color convert

RGB 206 47 152 -
CMYK 0 0.77 0.26 0.19
HSL 320.38º 0.63% 0.5% -
HSV(B) 320.38º 0.77% 0.81% -
XYZ 32.14 17.42 31.37 -
YUV 106.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 206 47 152 0 0.77 0.26 0.19 320.38 0.63 0.5
Hex CE 2F 98 0 4D 1A 13 140 3F 32
Octal 316 57 230 0 115 32 23 500 77 62
Binary 11001110 101111 10011000 0 1001101 11010 10011 101000000 111111 110010

Color Harmonies of #CE2F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F98

Black with #CE2F98

Text Example


Text Example

White with #CE2F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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