Html Css Color HEX #C200AC Deep Magenta

📋 copy color: '#C200AC'

red 194 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #C200AC

Tints of Deep Magenta #C200AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 53.01%
G = 0%
B = 46.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C200AC (or 0xC200AC) is known color: Deep Magenta. HEX triplet: C2, 00 and AC. RGB value is (194,0,172). Sum of RGB (Red+Green+Blue) = 194+0+172=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C200AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C200AC is #3DFF53. Grayscale: #4D4D4D. Windows color (decimal): -4063060 or 11272386. OLE color: 11272386.

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

Color convert

RGB 194 0 172 -
CMYK 0 1 0.11 0.24
HSL 306.8º 1% 0.38% -
HSV(B) 306.8º 1% 0.76% -
XYZ 29.69 14.45 40.25 -
YUV 77.61 181.27 211.01 -
System Red Green Blue C M Y K H S L
Decimal 194 0 172 0 1 0.11 0.24 306.8 1 0.38
Hex C2 0 AC 0 64 B 18 133 64 26
Octal 302 0 254 0 144 13 30 463 144 46
Binary 11000010 0 10101100 0 1100100 1011 11000 100110011 1100100 100110

Color Harmonies of #C200AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C200AC

Black with #C200AC

Text Example


Text Example

White with #C200AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C200AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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