Html Css Color HEX #CE2E9F Deep Cerise

📋 copy color: '#CE2E9F'

red 206 ◦ green 46 ◦ blue 159

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

Shades of Deep Cerise #CE2E9F

Tints of Deep Cerise #CE2E9F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.19%

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 50.12%
G = 11.19%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE2E9F (or 0xCE2E9F) is known color: Deep Cerise. HEX triplet: CE, 2E and 9F. RGB value is (206,46,159). Sum of RGB (Red+Green+Blue) = 206+46+159=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E9F is #31D160. Grayscale: #6A6A6A. Windows color (decimal): -3264865 or 10432206. OLE color: 10432206.

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

Color convert

RGB 206 46 159 -
CMYK 0 0.78 0.23 0.19
HSL 317.63º 0.63% 0.49% -
HSV(B) 317.63º 0.78% 0.81% -
XYZ 32.69 17.58 34.47 -
YUV 106.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 206 46 159 0 0.78 0.23 0.19 317.63 0.63 0.49
Hex CE 2E 9F 0 4E 17 13 13E 3F 31
Octal 316 56 237 0 116 27 23 476 77 61
Binary 11001110 101110 10011111 0 1001110 10111 10011 100111110 111111 110001

Color Harmonies of #CE2E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E9F

Black with #CE2E9F

Text Example


Text Example

White with #CE2E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E9F; }

 p { color: rgb(206,46,159); }

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

background-color css

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

 a { background-color: rgb(206,46,159); }

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

border-color css

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

 span { border-color: rgb(206,46,159); }

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