Html Css Color HEX #C205AC Deep Magenta

📋 copy color: '#C205AC'

red 194 ◦ green 5 ◦ blue 172

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

Shades of Deep Magenta #C205AC

Tints of Deep Magenta #C205AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

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

R = 52.29%
G = 1.35%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C205AC (or 0xC205AC) is known color: Deep Magenta. HEX triplet: C2, 05 and AC. RGB value is (194,5,172). Sum of RGB (Red+Green+Blue) = 194+5+172=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C205AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205AC is #3DFA53. Grayscale: #505050. Windows color (decimal): -4061780 or 11273666. OLE color: 11273666.

HSL color Cylindrical-coordinate representation of color #C205AC: hue angle of 306.98º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C205AC is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 172 -
CMYK 0 0.97 0.11 0.24
HSL 306.98º 0.95% 0.39% -
HSV(B) 306.98º 0.97% 0.76% -
XYZ 29.75 14.56 40.27 -
YUV 80.55 179.62 208.92 -
System Red Green Blue C M Y K H S L
Decimal 194 5 172 0 0.97 0.11 0.24 306.98 0.95 0.39
Hex C2 5 AC 0 61 B 18 133 5F 27
Octal 302 5 254 0 141 13 30 463 137 47
Binary 11000010 101 10101100 0 1100001 1011 11000 100110011 1011111 100111

Color Harmonies of #C205AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205AC

Black with #C205AC

Text Example


Text Example

White with #C205AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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