Html Css Color HEX #C205AB Deep Magenta

📋 copy color: '#C205AB'

red 194 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #C205AB

Tints of Deep Magenta #C205AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 52.43%
G = 1.35%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C205AB (or 0xC205AB) is known color: Deep Magenta. HEX triplet: C2, 05 and AB. RGB value is (194,5,171). Sum of RGB (Red+Green+Blue) = 194+5+171=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C205AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205AB is #3DFA54. Grayscale: #4F4F4F. Windows color (decimal): -4061781 or 11208130. OLE color: 11208130.

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

Color convert

RGB 194 5 171 -
CMYK 0 0.97 0.12 0.24
HSL 307.3º 0.95% 0.39% -
HSV(B) 307.3º 0.97% 0.76% -
XYZ 29.65 14.52 39.77 -
YUV 80.44 179.12 209 -
System Red Green Blue C M Y K H S L
Decimal 194 5 171 0 0.97 0.12 0.24 307.3 0.95 0.39
Hex C2 5 AB 0 61 C 18 133 5F 27
Octal 302 5 253 0 141 14 30 463 137 47
Binary 11000010 101 10101011 0 1100001 1100 11000 100110011 1011111 100111

Color Harmonies of #C205AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205AB

Black with #C205AB

Text Example


Text Example

White with #C205AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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