Html Css Color HEX #CE0FC6 Deep Magenta

📋 copy color: '#CE0FC6'

red 206 ◦ green 15 ◦ blue 198

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

Shades of Deep Magenta #CE0FC6

Tints of Deep Magenta #CE0FC6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.58%

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 49.16%
G = 3.58%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE0FC6 (or 0xCE0FC6) is known color: Deep Magenta. HEX triplet: CE, 0F and C6. RGB value is (206,15,198). Sum of RGB (Red+Green+Blue) = 206+15+198=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0FC6 is #31F039. Grayscale: #5C5C5C. Windows color (decimal): -3272762 or 12980174. OLE color: 12980174.

HSL color Cylindrical-coordinate representation of color #CE0FC6: hue angle of 302.51º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0FC6 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 15 198 -
CMYK 0 0.93 0.04 0.19
HSL 302.51º 0.86% 0.43% -
HSV(B) 302.51º 0.93% 0.81% -
XYZ 35.82 17.54 54.92 -
YUV 92.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 206 15 198 0 0.93 0.04 0.19 302.51 0.86 0.43
Hex CE F C6 0 5D 4 13 12F 56 2B
Octal 316 17 306 0 135 4 23 457 126 53
Binary 11001110 1111 11000110 0 1011101 100 10011 100101111 1010110 101011

Color Harmonies of #CE0FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0FC6

Black with #CE0FC6

Text Example


Text Example

White with #CE0FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0FC6; }

 p { color: rgb(206,15,198); }

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

background-color css

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

 a { background-color: rgb(206,15,198); }

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

border-color css

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

 span { border-color: rgb(206,15,198); }

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