Html Css Color HEX #C02180 Medium Violet Red

📋 copy color: '#C02180'

red 192 ◦ green 33 ◦ blue 128

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

Shades of Medium Violet Red #C02180

Tints of Medium Violet Red #C02180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.35%

 BLUE value IS 128 (50.39% from 255) = 36.26%

R = 54.39%
G = 9.35%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C02180 (or 0xC02180) is known color: Medium Violet Red. HEX triplet: C0, 21 and 80. RGB value is (192,33,128). Sum of RGB (Red+Green+Blue) = 192+33+128=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C02180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02180 is #3FDE7F. Grayscale: #5B5B5B. Windows color (decimal): -4185728 or 8397248. OLE color: 8397248.

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

Color convert

RGB 192 33 128 -
CMYK 0 0.83 0.33 0.25
HSL 324.15º 0.71% 0.44% -
HSV(B) 324.15º 0.83% 0.75% -
XYZ 26.18 13.85 21.72 -
YUV 91.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 192 33 128 0 0.83 0.33 0.25 324.15 0.71 0.44
Hex C0 21 80 0 53 21 19 144 47 2C
Octal 300 41 200 0 123 41 31 504 107 54
Binary 11000000 100001 10000000 0 1010011 100001 11001 101000100 1000111 101100

Color Harmonies of #C02180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02180

Black with #C02180

Text Example


Text Example

White with #C02180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02180; }

 p { color: rgb(192,33,128); }

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

background-color css

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

 a { background-color: rgb(192,33,128); }

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

border-color css

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

 span { border-color: rgb(192,33,128); }

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