Html Css Color HEX #CE2F8F Deep Cerise

📋 copy color: '#CE2F8F'

red 206 ◦ green 47 ◦ blue 143

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

Shades of Deep Cerise #CE2F8F

Tints of Deep Cerise #CE2F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.11%

R = 52.02%
G = 11.87%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE2F8F (or 0xCE2F8F) is known color: Deep Cerise. HEX triplet: CE, 2F and 8F. RGB value is (206,47,143). Sum of RGB (Red+Green+Blue) = 206+47+143=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F8F is #31D070. Grayscale: #696969. Windows color (decimal): -3264625 or 9383886. OLE color: 9383886.

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

Color convert

RGB 206 47 143 -
CMYK 0 0.77 0.31 0.19
HSL 323.77º 0.63% 0.5% -
HSV(B) 323.77º 0.77% 0.81% -
XYZ 31.43 17.14 27.64 -
YUV 105.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 206 47 143 0 0.77 0.31 0.19 323.77 0.63 0.5
Hex CE 2F 8F 0 4D 1F 13 144 3F 32
Octal 316 57 217 0 115 37 23 504 77 62
Binary 11001110 101111 10001111 0 1001101 11111 10011 101000100 111111 110010

Color Harmonies of #CE2F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F8F

Black with #CE2F8F

Text Example


Text Example

White with #CE2F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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