Html Css Color HEX #C0209D Medium Violet Red

📋 copy color: '#C0209D'

red 192 ◦ green 32 ◦ blue 157

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

Shades of Medium Violet Red #C0209D

Tints of Medium Violet Red #C0209D

RGB

 RED value IS 192 (75.39% from 255) = 50.39%

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

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 50.39%
G = 8.4%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0209D (or 0xC0209D) is known color: Medium Violet Red. HEX triplet: C0, 20 and 9D. RGB value is (192,32,157). Sum of RGB (Red+Green+Blue) = 192+32+157=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0209D is #3FDF62. Grayscale: #5D5D5D. Windows color (decimal): -4185955 or 10297536. OLE color: 10297536.

HSL color Cylindrical-coordinate representation of color #C0209D: hue angle of 313.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0209D is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 157 -
CMYK 0 0.83 0.18 0.25
HSL 313.13º 0.71% 0.44% -
HSV(B) 313.13º 0.83% 0.75% -
XYZ 28.34 14.67 33.24 -
YUV 94.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 192 32 157 0 0.83 0.18 0.25 313.13 0.71 0.44
Hex C0 20 9D 0 53 12 19 139 47 2C
Octal 300 40 235 0 123 22 31 471 107 54
Binary 11000000 100000 10011101 0 1010011 10010 11001 100111001 1000111 101100

Color Harmonies of #C0209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0209D

Black with #C0209D

Text Example


Text Example

White with #C0209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0209D; }

 p { color: rgb(192,32,157); }

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

background-color css

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

 a { background-color: rgb(192,32,157); }

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

border-color css

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

 span { border-color: rgb(192,32,157); }

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