Html Css Color HEX #C02095 Medium Violet Red

📋 copy color: '#C02095'

red 192 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #C02095

Tints of Medium Violet Red #C02095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 51.47%
G = 8.58%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C02095 (or 0xC02095) is known color: Medium Violet Red. HEX triplet: C0, 20 and 95. RGB value is (192,32,149). Sum of RGB (Red+Green+Blue) = 192+32+149=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C02095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02095 is #3FDF6A. Grayscale: #5C5C5C. Windows color (decimal): -4185963 or 9773248. OLE color: 9773248.

HSL color Cylindrical-coordinate representation of color #C02095: hue angle of 316.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 #C02095 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 149 -
CMYK 0 0.83 0.22 0.25
HSL 316.13º 0.71% 0.44% -
HSV(B) 316.13º 0.83% 0.75% -
XYZ 27.68 14.41 29.76 -
YUV 93.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 192 32 149 0 0.83 0.22 0.25 316.13 0.71 0.44
Hex C0 20 95 0 53 16 19 13C 47 2C
Octal 300 40 225 0 123 26 31 474 107 54
Binary 11000000 100000 10010101 0 1010011 10110 11001 100111100 1000111 101100

Color Harmonies of #C02095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02095

Black with #C02095

Text Example


Text Example

White with #C02095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02095; }

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

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

background-color css

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

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

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

border-color css

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

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

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