Html Css Color HEX #C205A1 Medium Violet Red

📋 copy color: '#C205A1'

red 194 ◦ green 5 ◦ blue 161

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

Shades of Medium Violet Red #C205A1

Tints of Medium Violet Red #C205A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 53.89%
G = 1.39%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C205A1 (or 0xC205A1) is known color: Medium Violet Red. HEX triplet: C2, 05 and A1. RGB value is (194,5,161). Sum of RGB (Red+Green+Blue) = 194+5+161=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C205A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C205A1 is #3DFA5E. Grayscale: #4E4E4E. Windows color (decimal): -4061791 or 10552770. OLE color: 10552770.

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

Color convert

RGB 194 5 161 -
CMYK 0 0.97 0.17 0.24
HSL 310.48º 0.95% 0.39% -
HSV(B) 310.48º 0.97% 0.76% -
XYZ 28.74 14.15 34.94 -
YUV 79.3 174.12 209.82 -
System Red Green Blue C M Y K H S L
Decimal 194 5 161 0 0.97 0.17 0.24 310.48 0.95 0.39
Hex C2 5 A1 0 61 11 18 136 5F 27
Octal 302 5 241 0 141 21 30 466 137 47
Binary 11000010 101 10100001 0 1100001 10001 11000 100110110 1011111 100111

Color Harmonies of #C205A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205A1

Black with #C205A1

Text Example


Text Example

White with #C205A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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