Html Css Color HEX #C02482 Medium Red Violet

📋 copy color: '#C02482'

red 192 ◦ green 36 ◦ blue 130

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

Shades of Medium Red Violet #C02482

Tints of Medium Red Violet #C02482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

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

R = 53.63%
G = 10.06%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C02482 (or 0xC02482) is known color: Medium Red Violet. HEX triplet: C0, 24 and 82. RGB value is (192,36,130). Sum of RGB (Red+Green+Blue) = 192+36+130=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C02482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02482 is #3FDB7D. Grayscale: #5D5D5D. Windows color (decimal): -4184958 or 8529088. OLE color: 8529088.

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

Color convert

RGB 192 36 130 -
CMYK 0 0.81 0.32 0.25
HSL 323.85º 0.68% 0.45% -
HSV(B) 323.85º 0.81% 0.75% -
XYZ 26.4 14.08 22.45 -
YUV 93.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 192 36 130 0 0.81 0.32 0.25 323.85 0.68 0.45
Hex C0 24 82 0 51 20 19 144 44 2D
Octal 300 44 202 0 121 40 31 504 104 55
Binary 11000000 100100 10000010 0 1010001 100000 11001 101000100 1000100 101101

Color Harmonies of #C02482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02482

Black with #C02482

Text Example


Text Example

White with #C02482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02482; }

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

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

background-color css

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

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

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

border-color css

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

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

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