Html Css Color HEX #C205AF Deep Magenta

📋 copy color: '#C205AF'

red 194 ◦ green 5 ◦ blue 175

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

Shades of Deep Magenta #C205AF

Tints of Deep Magenta #C205AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 51.87%
G = 1.34%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C205AF (or 0xC205AF) is known color: Deep Magenta. HEX triplet: C2, 05 and AF. RGB value is (194,5,175). Sum of RGB (Red+Green+Blue) = 194+5+175=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C205AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205AF is #3DFA50. Grayscale: #505050. Windows color (decimal): -4061777 or 11470274. OLE color: 11470274.

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

Color convert

RGB 194 5 175 -
CMYK 0 0.97 0.10 0.24
HSL 306.03º 0.95% 0.39% -
HSV(B) 306.03º 0.97% 0.76% -
XYZ 30.04 14.67 41.81 -
YUV 80.89 181.12 208.68 -
System Red Green Blue C M Y K H S L
Decimal 194 5 175 0 0.97 0.10 0.24 306.03 0.95 0.39
Hex C2 5 AF 0 61 A 18 132 5F 27
Octal 302 5 257 0 141 12 30 462 137 47
Binary 11000010 101 10101111 0 1100001 1010 11000 100110010 1011111 100111

Color Harmonies of #C205AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205AF

Black with #C205AF

Text Example


Text Example

White with #C205AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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