Html Css Color HEX #C02582 Medium Red Violet

📋 copy color: '#C02582'

red 192 ◦ green 37 ◦ blue 130

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

Shades of Medium Red Violet #C02582

Tints of Medium Red Violet #C02582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 53.48%
G = 10.31%
B = 36.21%

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

#C02582 (or 0xC02582) is known color: Medium Red Violet. HEX triplet: C0, 25 and 82. RGB value is (192,37,130). Sum of RGB (Red+Green+Blue) = 192+37+130=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C02582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02582 is #3FDA7D. Grayscale: #5D5D5D. Windows color (decimal): -4184702 or 8529344. OLE color: 8529344.

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

Color convert

RGB 192 37 130 -
CMYK 0 0.81 0.32 0.25
HSL 324º 0.68% 0.45% -
HSV(B) 324º 0.81% 0.75% -
XYZ 26.43 14.14 22.46 -
YUV 93.95 148.35 197.94 -
System Red Green Blue C M Y K H S L
Decimal 192 37 130 0 0.81 0.32 0.25 324 0.68 0.45
Hex C0 25 82 0 51 20 19 144 44 2D
Octal 300 45 202 0 121 40 31 504 104 55
Binary 11000000 100101 10000010 0 1010001 100000 11001 101000100 1000100 101101

Color Harmonies of #C02582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02582

Black with #C02582

Text Example


Text Example

White with #C02582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02582; }

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

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

background-color css

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

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

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

border-color css

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

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

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