Html Css Color HEX #C62AAA Medium Red Violet

📋 copy color: '#C62AAA'

red 198 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #C62AAA

Tints of Medium Red Violet #C62AAA

RGB

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

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

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

R = 48.29%
G = 10.24%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C62AAA (or 0xC62AAA) is known color: Medium Red Violet. HEX triplet: C6, 2A and AA. RGB value is (198,42,170). Sum of RGB (Red+Green+Blue) = 198+42+170=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C62AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62AAA is #39D555. Grayscale: #666666. Windows color (decimal): -3790166 or 11152070. OLE color: 11152070.

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

Color convert

RGB 198 42 170 -
CMYK 0 0.79 0.14 0.22
HSL 310.77º 0.65% 0.47% -
HSV(B) 310.77º 0.79% 0.78% -
XYZ 31.37 16.56 39.57 -
YUV 103.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 198 42 170 0 0.79 0.14 0.22 310.77 0.65 0.47
Hex C6 2A AA 0 4F E 16 137 41 2F
Octal 306 52 252 0 117 16 26 467 101 57
Binary 11000110 101010 10101010 0 1001111 1110 10110 100110111 1000001 101111

Color Harmonies of #C62AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62AAA

Black with #C62AAA

Text Example


Text Example

White with #C62AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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