Html Css Color HEX #CE0FB6 Deep Magenta

📋 copy color: '#CE0FB6'

red 206 ◦ green 15 ◦ blue 182

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

Shades of Deep Magenta #CE0FB6

Tints of Deep Magenta #CE0FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 51.12%
G = 3.72%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE0FB6 (or 0xCE0FB6) is known color: Deep Magenta. HEX triplet: CE, 0F and B6. RGB value is (206,15,182). Sum of RGB (Red+Green+Blue) = 206+15+182=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0FB6 is #31F049. Grayscale: #5A5A5A. Windows color (decimal): -3272778 or 11931598. OLE color: 11931598.

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

Color convert

RGB 206 15 182 -
CMYK 0 0.93 0.12 0.19
HSL 307.54º 0.86% 0.43% -
HSV(B) 307.54º 0.93% 0.81% -
XYZ 34.07 16.84 45.71 -
YUV 91.15 179.28 209.92 -
System Red Green Blue C M Y K H S L
Decimal 206 15 182 0 0.93 0.12 0.19 307.54 0.86 0.43
Hex CE F B6 0 5D C 13 134 56 2B
Octal 316 17 266 0 135 14 23 464 126 53
Binary 11001110 1111 10110110 0 1011101 1100 10011 100110100 1010110 101011

Color Harmonies of #CE0FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0FB6

Black with #CE0FB6

Text Example


Text Example

White with #CE0FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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