Html Css Color HEX #C630A0 Medium Red Violet

📋 copy color: '#C630A0'

red 198 ◦ green 48 ◦ blue 160

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

Shades of Medium Red Violet #C630A0

Tints of Medium Red Violet #C630A0

RGB

 RED value IS 198 (77.73% from 255) = 48.77%

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

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

R = 48.77%
G = 11.82%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C630A0 (or 0xC630A0) is known color: Medium Red Violet. HEX triplet: C6, 30 and A0. RGB value is (198,48,160). Sum of RGB (Red+Green+Blue) = 198+48+160=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C630A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C630A0 is #39CF5F. Grayscale: #696969. Windows color (decimal): -3788640 or 10498246. OLE color: 10498246.

HSL color Cylindrical-coordinate representation of color #C630A0: hue angle of 315.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C630A0 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 160 -
CMYK 0 0.76 0.19 0.22
HSL 315.2º 0.61% 0.48% -
HSV(B) 315.2º 0.76% 0.78% -
XYZ 30.69 16.66 34.86 -
YUV 105.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 198 48 160 0 0.76 0.19 0.22 315.2 0.61 0.48
Hex C6 30 A0 0 4C 13 16 13B 3D 30
Octal 306 60 240 0 114 23 26 473 75 60
Binary 11000110 110000 10100000 0 1001100 10011 10110 100111011 111101 110000

Color Harmonies of #C630A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630A0

Black with #C630A0

Text Example


Text Example

White with #C630A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630A0; }

 p { color: rgb(198,48,160); }

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

background-color css

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

 a { background-color: rgb(198,48,160); }

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

border-color css

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

 span { border-color: rgb(198,48,160); }

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