Html Css Color HEX #CC0CE6 Deep Magenta

📋 copy color: '#CC0CE6'

red 204 ◦ green 12 ◦ blue 230

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

Shades of Deep Magenta #CC0CE6

Tints of Deep Magenta #CC0CE6

RGB

 RED value IS 204 (80.08% from 255) = 45.74%

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

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

R = 45.74%
G = 2.69%
B = 51.57%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC0CE6 (or 0xCC0CE6) is known color: Deep Magenta. HEX triplet: CC, 0C and E6. RGB value is (204,12,230). Sum of RGB (Red+Green+Blue) = 204+12+230=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC0CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CE6 is #33F319. Grayscale: #5D5D5D. Windows color (decimal): -3404570 or 15076556. OLE color: 15076556.

HSL color Cylindrical-coordinate representation of color #CC0CE6: hue angle of 292.84º 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 #CC0CE6 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 12 230 -
CMYK 0.11 0.95 0 0.10
HSL 292.84º 0.9% 0.47% -
HSV(B) 292.84º 0.95% 0.9% -
XYZ 39.32 18.81 76.42 -
YUV 94.26 204.61 206.27 -
System Red Green Blue C M Y K H S L
Decimal 204 12 230 0.11 0.95 0 0.10 292.84 0.9 0.47
Hex CC C E6 B 5F 0 A 125 5A 2F
Octal 314 14 346 13 137 0 12 445 132 57
Binary 11001100 1100 11100110 1011 1011111 0 1010 100100101 1011010 101111

Color Harmonies of #CC0CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CE6

Black with #CC0CE6

Text Example


Text Example

White with #CC0CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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