Html Css Color HEX #C02982 Medium Red Violet

📋 copy color: '#C02982'

red 192 ◦ green 41 ◦ blue 130

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

Shades of Medium Red Violet #C02982

Tints of Medium Red Violet #C02982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 52.89%
G = 11.29%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C02982 (or 0xC02982) is known color: Medium Red Violet. HEX triplet: C0, 29 and 82. RGB value is (192,41,130). Sum of RGB (Red+Green+Blue) = 192+41+130=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C02982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02982 is #3FD67D. Grayscale: #606060. Windows color (decimal): -4183678 or 8530368. OLE color: 8530368.

HSL color Cylindrical-coordinate representation of color #C02982: hue angle of 324.64º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02982 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 130 -
CMYK 0 0.79 0.32 0.25
HSL 324.64º 0.65% 0.46% -
HSV(B) 324.64º 0.79% 0.75% -
XYZ 26.56 14.4 22.5 -
YUV 96.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 192 41 130 0 0.79 0.32 0.25 324.64 0.65 0.46
Hex C0 29 82 0 4F 20 19 145 41 2E
Octal 300 51 202 0 117 40 31 505 101 56
Binary 11000000 101001 10000010 0 1001111 100000 11001 101000101 1000001 101110

Color Harmonies of #C02982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02982

Black with #C02982

Text Example


Text Example

White with #C02982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02982; }

 p { color: rgb(192,41,130); }

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

background-color css

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

 a { background-color: rgb(192,41,130); }

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

border-color css

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

 span { border-color: rgb(192,41,130); }

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