Html Css Color HEX #C03482 Medium Red Violet

📋 copy color: '#C03482'

red 192 ◦ green 52 ◦ blue 130

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

Shades of Medium Red Violet #C03482

Tints of Medium Red Violet #C03482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.9%

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

R = 51.34%
G = 13.9%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C03482 (or 0xC03482) is known color: Medium Red Violet. HEX triplet: C0, 34 and 82. RGB value is (192,52,130). Sum of RGB (Red+Green+Blue) = 192+52+130=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C03482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03482 is #3FCB7D. Grayscale: #666666. Windows color (decimal): -4180862 or 8533184. OLE color: 8533184.

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

Color convert

RGB 192 52 130 -
CMYK 0 0.73 0.32 0.25
HSL 326.57º 0.57% 0.48% -
HSV(B) 326.57º 0.73% 0.75% -
XYZ 27 15.27 22.64 -
YUV 102.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 192 52 130 0 0.73 0.32 0.25 326.57 0.57 0.48
Hex C0 34 82 0 49 20 19 147 39 30
Octal 300 64 202 0 111 40 31 507 71 60
Binary 11000000 110100 10000010 0 1001001 100000 11001 101000111 111001 110000

Color Harmonies of #C03482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03482

Black with #C03482

Text Example


Text Example

White with #C03482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03482; }

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

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

background-color css

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

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

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

border-color css

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

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

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