Html Css Color HEX #C62AAE Medium Red Violet

📋 copy color: '#C62AAE'

red 198 ◦ green 42 ◦ blue 174

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

Shades of Medium Red Violet #C62AAE

Tints of Medium Red Violet #C62AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.14%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 47.83%
G = 10.14%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C62AAE (or 0xC62AAE) is known color: Medium Red Violet. HEX triplet: C6, 2A and AE. RGB value is (198,42,174). Sum of RGB (Red+Green+Blue) = 198+42+174=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C62AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62AAE is #39D551. Grayscale: #676767. Windows color (decimal): -3790162 or 11414214. OLE color: 11414214.

HSL color Cylindrical-coordinate representation of color #C62AAE: hue angle of 309.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62AAE is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 42 174 -
CMYK 0 0.79 0.12 0.22
HSL 309.23º 0.65% 0.47% -
HSV(B) 309.23º 0.79% 0.78% -
XYZ 31.76 16.72 41.6 -
YUV 103.69 167.68 195.27 -
System Red Green Blue C M Y K H S L
Decimal 198 42 174 0 0.79 0.12 0.22 309.23 0.65 0.47
Hex C6 2A AE 0 4F C 16 135 41 2F
Octal 306 52 256 0 117 14 26 465 101 57
Binary 11000110 101010 10101110 0 1001111 1100 10110 100110101 1000001 101111

Color Harmonies of #C62AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62AAE

Black with #C62AAE

Text Example


Text Example

White with #C62AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62AAE; }

 p { color: rgb(198,42,174); }

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

background-color css

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

 a { background-color: rgb(198,42,174); }

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

border-color css

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

 span { border-color: rgb(198,42,174); }

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