Html Css Color HEX #CE0CE6 Deep Magenta

📋 copy color: '#CE0CE6'

red 206 ◦ green 12 ◦ blue 230

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

Shades of Deep Magenta #CE0CE6

Tints of Deep Magenta #CE0CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

 BLUE value IS 230 (90.23% from 255) = 51.34%

R = 45.98%
G = 2.68%
B = 51.34%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE0CE6 (or 0xCE0CE6) is known color: Deep Magenta. HEX triplet: CE, 0C and E6. RGB value is (206,12,230). Sum of RGB (Red+Green+Blue) = 206+12+230=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE0CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0CE6 is #31F319. Grayscale: #5E5E5E. Windows color (decimal): -3273498 or 15076558. OLE color: 15076558.

HSL color Cylindrical-coordinate representation of color #CE0CE6: hue angle of 293.39º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0CE6 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 12 230 -
CMYK 0.10 0.95 0 0.10
HSL 293.39º 0.9% 0.47% -
HSV(B) 293.39º 0.95% 0.9% -
XYZ 39.87 19.1 76.45 -
YUV 94.86 204.27 207.27 -
System Red Green Blue C M Y K H S L
Decimal 206 12 230 0.10 0.95 0 0.10 293.39 0.9 0.47
Hex CE C E6 A 5F 0 A 125 5A 2F
Octal 316 14 346 12 137 0 12 445 132 57
Binary 11001110 1100 11100110 1010 1011111 0 1010 100100101 1011010 101111

Color Harmonies of #CE0CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0CE6

Black with #CE0CE6

Text Example


Text Example

White with #CE0CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0CE6; }

 p { color: rgb(206,12,230); }

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

background-color css

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

 a { background-color: rgb(206,12,230); }

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

border-color css

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

 span { border-color: rgb(206,12,230); }

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