Html Css Color HEX #C2209A Medium Violet Red

📋 copy color: '#C2209A'

red 194 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #C2209A

Tints of Medium Violet Red #C2209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.42%

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 51.05%
G = 8.42%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2209A (or 0xC2209A) is known color: Medium Violet Red. HEX triplet: C2, 20 and 9A. RGB value is (194,32,154). Sum of RGB (Red+Green+Blue) = 194+32+154=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C2209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2209A is #3DDF65. Grayscale: #5E5E5E. Windows color (decimal): -4054886 or 10100930. OLE color: 10100930.

HSL color Cylindrical-coordinate representation of color #C2209A: hue angle of 314.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2209A is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 154 -
CMYK 0 0.84 0.21 0.24
HSL 314.81º 0.72% 0.44% -
HSV(B) 314.81º 0.84% 0.76% -
XYZ 28.6 14.84 31.93 -
YUV 94.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 194 32 154 0 0.84 0.21 0.24 314.81 0.72 0.44
Hex C2 20 9A 0 54 15 18 13B 48 2C
Octal 302 40 232 0 124 25 30 473 110 54
Binary 11000010 100000 10011010 0 1010100 10101 11000 100111011 1001000 101100

Color Harmonies of #C2209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2209A

Black with #C2209A

Text Example


Text Example

White with #C2209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2209A; }

 p { color: rgb(194,32,154); }

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

background-color css

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

 a { background-color: rgb(194,32,154); }

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

border-color css

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

 span { border-color: rgb(194,32,154); }

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