Html Css Color HEX #C00CCA Deep Magenta

📋 copy color: '#C00CCA'

red 192 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #C00CCA

Tints of Deep Magenta #C00CCA

RGB

 RED value IS 192 (75.39% from 255) = 47.29%

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 47.29%
G = 2.96%
B = 49.75%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C00CCA (or 0xC00CCA) is known color: Deep Magenta. HEX triplet: C0, 0C and CA. RGB value is (192,12,202). Sum of RGB (Red+Green+Blue) = 192+12+202=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #C00CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CCA is #3FF335. Grayscale: #565656. Windows color (decimal): -4191030 or 13241536. OLE color: 13241536.

HSL color Cylindrical-coordinate representation of color #C00CCA: hue angle of 296.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CCA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 12 202 -
CMYK 0.05 0.94 0 0.21
HSL 296.84º 0.89% 0.42% -
HSV(B) 296.84º 0.94% 0.79% -
XYZ 32.53 15.73 57.2 -
YUV 87.48 192.63 202.55 -
System Red Green Blue C M Y K H S L
Decimal 192 12 202 0.05 0.94 0 0.21 296.84 0.89 0.42
Hex C0 C CA 5 5E 0 15 129 59 2A
Octal 300 14 312 5 136 0 25 451 131 52
Binary 11000000 1100 11001010 101 1011110 0 10101 100101001 1011001 101010

Color Harmonies of #C00CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CCA

Black with #C00CCA

Text Example


Text Example

White with #C00CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CCA; }

 p { color: rgb(192,12,202); }

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

background-color css

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

 a { background-color: rgb(192,12,202); }

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

border-color css

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

 span { border-color: rgb(192,12,202); }

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