Html Css Color HEX #C200AA Deep Magenta

📋 copy color: '#C200AA'

red 194 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #C200AA

Tints of Deep Magenta #C200AA

RGB

 RED value IS 194 (76.17% from 255) = 53.3%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 53.3%
G = 0%
B = 46.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C200AA (or 0xC200AA) is known color: Deep Magenta. HEX triplet: C2, 00 and AA. RGB value is (194,0,170). Sum of RGB (Red+Green+Blue) = 194+0+170=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C200AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200AA is #3DFF55. Grayscale: #4C4C4C. Windows color (decimal): -4063062 or 11141314. OLE color: 11141314.

HSL color Cylindrical-coordinate representation of color #C200AA: hue angle of 307.42º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200AA is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 170 -
CMYK 0 1 0.12 0.24
HSL 307.42º 1% 0.38% -
HSV(B) 307.42º 1% 0.76% -
XYZ 29.5 14.37 39.25 -
YUV 77.39 180.27 211.18 -
System Red Green Blue C M Y K H S L
Decimal 194 0 170 0 1 0.12 0.24 307.42 1 0.38
Hex C2 0 AA 0 64 C 18 133 64 26
Octal 302 0 252 0 144 14 30 463 144 46
Binary 11000010 0 10101010 0 1100100 1100 11000 100110011 1100100 100110

Color Harmonies of #C200AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C200AA

Black with #C200AA

Text Example


Text Example

White with #C200AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C200AA; }

 p { color: rgb(194,0,170); }

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

background-color css

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

 a { background-color: rgb(194,0,170); }

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

border-color css

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

 span { border-color: rgb(194,0,170); }

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