Html Css Color HEX #CE0CE1 Deep Magenta

📋 copy color: '#CE0CE1'

red 206 ◦ green 12 ◦ blue 225

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

Shades of Deep Magenta #CE0CE1

Tints of Deep Magenta #CE0CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.79%

R = 46.5%
G = 2.71%
B = 50.79%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE0CE1 (or 0xCE0CE1) is known color: Deep Magenta. HEX triplet: CE, 0C and E1. RGB value is (206,12,225). Sum of RGB (Red+Green+Blue) = 206+12+225=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE0CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CE1 is #31F31E. Grayscale: #5D5D5D. Windows color (decimal): -3273503 or 14748878. OLE color: 14748878.

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

Color convert

RGB 206 12 225 -
CMYK 0.08 0.95 0 0.12
HSL 294.65º 0.9% 0.46% -
HSV(B) 294.65º 0.95% 0.88% -
XYZ 39.18 18.82 72.8 -
YUV 94.29 201.77 207.68 -
System Red Green Blue C M Y K H S L
Decimal 206 12 225 0.08 0.95 0 0.12 294.65 0.9 0.46
Hex CE C E1 8 5F 0 C 127 5A 2E
Octal 316 14 341 10 137 0 14 447 132 56
Binary 11001110 1100 11100001 1000 1011111 0 1100 100100111 1011010 101110

Color Harmonies of #CE0CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0CE1

Black with #CE0CE1

Text Example


Text Example

White with #CE0CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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