Html Css Color HEX #C2209F Medium Violet Red

📋 copy color: '#C2209F'

red 194 ◦ green 32 ◦ blue 159

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

Shades of Medium Violet Red #C2209F

Tints of Medium Violet Red #C2209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 50.39%
G = 8.31%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2209F (or 0xC2209F) is known color: Medium Violet Red. HEX triplet: C2, 20 and 9F. RGB value is (194,32,159). Sum of RGB (Red+Green+Blue) = 194+32+159=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2209F is #3DDF60. Grayscale: #5E5E5E. Windows color (decimal): -4054881 or 10428610. OLE color: 10428610.

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

Color convert

RGB 194 32 159 -
CMYK 0 0.84 0.18 0.24
HSL 312.96º 0.72% 0.44% -
HSV(B) 312.96º 0.84% 0.76% -
XYZ 29.02 15.01 34.17 -
YUV 94.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 194 32 159 0 0.84 0.18 0.24 312.96 0.72 0.44
Hex C2 20 9F 0 54 12 18 139 48 2C
Octal 302 40 237 0 124 22 30 471 110 54
Binary 11000010 100000 10011111 0 1010100 10010 11000 100111001 1001000 101100

Color Harmonies of #C2209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2209F

Black with #C2209F

Text Example


Text Example

White with #C2209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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