Html Css Color HEX #C62AAD Medium Red Violet

📋 copy color: '#C62AAD'

red 198 ◦ green 42 ◦ blue 173

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

Shades of Medium Red Violet #C62AAD

Tints of Medium Red Violet #C62AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 47.94%
G = 10.17%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C62AAD (or 0xC62AAD) is known color: Medium Red Violet. HEX triplet: C6, 2A and AD. RGB value is (198,42,173). Sum of RGB (Red+Green+Blue) = 198+42+173=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C62AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62AAD is #39D552. Grayscale: #676767. Windows color (decimal): -3790163 or 11348678. OLE color: 11348678.

HSL color Cylindrical-coordinate representation of color #C62AAD: hue angle of 309.62º 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 #C62AAD is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 42 173 -
CMYK 0 0.79 0.13 0.22
HSL 309.62º 0.65% 0.47% -
HSV(B) 309.62º 0.79% 0.78% -
XYZ 31.66 16.68 41.09 -
YUV 103.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 198 42 173 0 0.79 0.13 0.22 309.62 0.65 0.47
Hex C6 2A AD 0 4F D 16 136 41 2F
Octal 306 52 255 0 117 15 26 466 101 57
Binary 11000110 101010 10101101 0 1001111 1101 10110 100110110 1000001 101111

Color Harmonies of #C62AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62AAD

Black with #C62AAD

Text Example


Text Example

White with #C62AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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