Html Css Color HEX #C205AD Deep Magenta

📋 copy color: '#C205AD'

red 194 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #C205AD

Tints of Deep Magenta #C205AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 52.15%
G = 1.34%
B = 46.51%

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

#C205AD (or 0xC205AD) is known color: Deep Magenta. HEX triplet: C2, 05 and AD. RGB value is (194,5,173). Sum of RGB (Red+Green+Blue) = 194+5+173=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C205AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205AD is #3DFA52. Grayscale: #505050. Windows color (decimal): -4061779 or 11339202. OLE color: 11339202.

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

Color convert

RGB 194 5 173 -
CMYK 0 0.97 0.11 0.24
HSL 306.67º 0.95% 0.39% -
HSV(B) 306.67º 0.97% 0.76% -
XYZ 29.85 14.6 40.78 -
YUV 80.66 180.12 208.84 -
System Red Green Blue C M Y K H S L
Decimal 194 5 173 0 0.97 0.11 0.24 306.67 0.95 0.39
Hex C2 5 AD 0 61 B 18 133 5F 27
Octal 302 5 255 0 141 13 30 463 137 47
Binary 11000010 101 10101101 0 1100001 1011 11000 100110011 1011111 100111

Color Harmonies of #C205AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205AD

Black with #C205AD

Text Example


Text Example

White with #C205AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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