Html Css Color HEX #C620AA Medium Violet Red

📋 copy color: '#C620AA'

red 198 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #C620AA

Tints of Medium Violet Red #C620AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8%

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

R = 49.5%
G = 8%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C620AA (or 0xC620AA) is known color: Medium Violet Red. HEX triplet: C6, 20 and AA. RGB value is (198,32,170). Sum of RGB (Red+Green+Blue) = 198+32+170=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C620AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C620AA is #39DF55. Grayscale: #606060. Windows color (decimal): -3792726 or 11149510. OLE color: 11149510.

HSL color Cylindrical-coordinate representation of color #C620AA: hue angle of 310.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C620AA is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 170 -
CMYK 0 0.84 0.14 0.22
HSL 310.12º 0.72% 0.45% -
HSV(B) 310.12º 0.84% 0.78% -
XYZ 31.06 15.94 39.47 -
YUV 97.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 198 32 170 0 0.84 0.14 0.22 310.12 0.72 0.45
Hex C6 20 AA 0 54 E 16 136 48 2D
Octal 306 40 252 0 124 16 26 466 110 55
Binary 11000110 100000 10101010 0 1010100 1110 10110 100110110 1001000 101101

Color Harmonies of #C620AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620AA

Black with #C620AA

Text Example


Text Example

White with #C620AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620AA; }

 p { color: rgb(198,32,170); }

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

background-color css

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

 a { background-color: rgb(198,32,170); }

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

border-color css

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

 span { border-color: rgb(198,32,170); }

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