Html Css Color HEX #C030AA Medium Red Violet

📋 copy color: '#C030AA'

red 192 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #C030AA

Tints of Medium Red Violet #C030AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.71%

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 46.83%
G = 11.71%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C030AA (or 0xC030AA) is known color: Medium Red Violet. HEX triplet: C0, 30 and AA. RGB value is (192,48,170). Sum of RGB (Red+Green+Blue) = 192+48+170=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C030AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C030AA is #3FCF55. Grayscale: #686868. Windows color (decimal): -4181846 or 11153600. OLE color: 11153600.

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

Color convert

RGB 192 48 170 -
CMYK 0 0.75 0.11 0.25
HSL 309.17º 0.6% 0.47% -
HSV(B) 309.17º 0.75% 0.75% -
XYZ 30.05 16.22 39.58 -
YUV 104.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 192 48 170 0 0.75 0.11 0.25 309.17 0.6 0.47
Hex C0 30 AA 0 4B B 19 135 3C 2F
Octal 300 60 252 0 113 13 31 465 74 57
Binary 11000000 110000 10101010 0 1001011 1011 11001 100110101 111100 101111

Color Harmonies of #C030AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030AA

Black with #C030AA

Text Example


Text Example

White with #C030AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030AA; }

 p { color: rgb(192,48,170); }

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

background-color css

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

 a { background-color: rgb(192,48,170); }

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

border-color css

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

 span { border-color: rgb(192,48,170); }

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