Html Css Color HEX #C209A2 Medium Violet Red

📋 copy color: '#C209A2'

red 194 ◦ green 9 ◦ blue 162

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

Shades of Medium Violet Red #C209A2

Tints of Medium Violet Red #C209A2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.47%

 BLUE value IS 162 (63.67% from 255) = 44.38%

R = 53.15%
G = 2.47%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C209A2 (or 0xC209A2) is known color: Medium Violet Red. HEX triplet: C2, 09 and A2. RGB value is (194,9,162). Sum of RGB (Red+Green+Blue) = 194+9+162=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C209A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C209A2 is #3DF65D. Grayscale: #515151. Windows color (decimal): -4060766 or 10619330. OLE color: 10619330.

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

Color convert

RGB 194 9 162 -
CMYK 0 0.95 0.16 0.24
HSL 310.38º 0.91% 0.4% -
HSV(B) 310.38º 0.95% 0.76% -
XYZ 28.87 14.27 35.42 -
YUV 81.76 173.29 208.06 -
System Red Green Blue C M Y K H S L
Decimal 194 9 162 0 0.95 0.16 0.24 310.38 0.91 0.4
Hex C2 9 A2 0 5F 10 18 136 5B 28
Octal 302 11 242 0 137 20 30 466 133 50
Binary 11000010 1001 10100010 0 1011111 10000 11000 100110110 1011011 101000

Color Harmonies of #C209A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209A2

Black with #C209A2

Text Example


Text Example

White with #C209A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209A2; }

 p { color: rgb(194,9,162); }

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

background-color css

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

 a { background-color: rgb(194,9,162); }

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

border-color css

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

 span { border-color: rgb(194,9,162); }

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