Html Css Color HEX #C003A0 Medium Violet Red

📋 copy color: '#C003A0'

red 192 ◦ green 3 ◦ blue 160

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

Shades of Medium Violet Red #C003A0

Tints of Medium Violet Red #C003A0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 54.08%
G = 0.85%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C003A0 (or 0xC003A0) is known color: Medium Violet Red. HEX triplet: C0, 03 and A0. RGB value is (192,3,160). Sum of RGB (Red+Green+Blue) = 192+3+160=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C003A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C003A0 is #3FFC5F. Grayscale: #4C4C4C. Windows color (decimal): -4193376 or 10486720. OLE color: 10486720.

HSL color Cylindrical-coordinate representation of color #C003A0: hue angle of 310.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C003A0 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 160 -
CMYK 0 0.98 0.17 0.25
HSL 310.16º 0.97% 0.38% -
HSV(B) 310.16º 0.98% 0.75% -
XYZ 28.12 13.81 34.44 -
YUV 77.41 174.62 209.73 -
System Red Green Blue C M Y K H S L
Decimal 192 3 160 0 0.98 0.17 0.25 310.16 0.97 0.38
Hex C0 3 A0 0 62 11 19 136 61 26
Octal 300 3 240 0 142 21 31 466 141 46
Binary 11000000 11 10100000 0 1100010 10001 11001 100110110 1100001 100110

Color Harmonies of #C003A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003A0

Black with #C003A0

Text Example


Text Example

White with #C003A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003A0; }

 p { color: rgb(192,3,160); }

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

background-color css

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

 a { background-color: rgb(192,3,160); }

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

border-color css

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

 span { border-color: rgb(192,3,160); }

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