Html Css Color HEX #C030A6 Medium Red Violet

📋 copy color: '#C030A6'

red 192 ◦ green 48 ◦ blue 166

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

Shades of Medium Red Violet #C030A6

Tints of Medium Red Violet #C030A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.89%

R = 47.29%
G = 11.82%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C030A6 (or 0xC030A6) is known color: Medium Red Violet. HEX triplet: C0, 30 and A6. RGB value is (192,48,166). Sum of RGB (Red+Green+Blue) = 192+48+166=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C030A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C030A6 is #3FCF59. Grayscale: #686868. Windows color (decimal): -4181850 or 10891456. OLE color: 10891456.

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

Color convert

RGB 192 48 166 -
CMYK 0 0.75 0.14 0.25
HSL 310.83º 0.6% 0.47% -
HSV(B) 310.83º 0.75% 0.75% -
XYZ 29.68 16.07 37.61 -
YUV 104.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 192 48 166 0 0.75 0.14 0.25 310.83 0.6 0.47
Hex C0 30 A6 0 4B E 19 137 3C 2F
Octal 300 60 246 0 113 16 31 467 74 57
Binary 11000000 110000 10100110 0 1001011 1110 11001 100110111 111100 101111

Color Harmonies of #C030A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030A6

Black with #C030A6

Text Example


Text Example

White with #C030A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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