Html Css Color HEX #C03182 Medium Red Violet

📋 copy color: '#C03182'

red 192 ◦ green 49 ◦ blue 130

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

Shades of Medium Red Violet #C03182

Tints of Medium Red Violet #C03182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

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

R = 51.75%
G = 13.21%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C03182 (or 0xC03182) is known color: Medium Red Violet. HEX triplet: C0, 31 and 82. RGB value is (192,49,130). Sum of RGB (Red+Green+Blue) = 192+49+130=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C03182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03182 is #3FCE7D. Grayscale: #646464. Windows color (decimal): -4181630 or 8532416. OLE color: 8532416.

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

Color convert

RGB 192 49 130 -
CMYK 0 0.74 0.32 0.25
HSL 326.01º 0.59% 0.47% -
HSV(B) 326.01º 0.74% 0.75% -
XYZ 26.87 15.01 22.6 -
YUV 100.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 192 49 130 0 0.74 0.32 0.25 326.01 0.59 0.47
Hex C0 31 82 0 4A 20 19 146 3B 2F
Octal 300 61 202 0 112 40 31 506 73 57
Binary 11000000 110001 10000010 0 1001010 100000 11001 101000110 111011 101111

Color Harmonies of #C03182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03182

Black with #C03182

Text Example


Text Example

White with #C03182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03182; }

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

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

background-color css

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

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

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

border-color css

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

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

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