Html Css Color HEX #C62AA8 Medium Red Violet

📋 copy color: '#C62AA8'

red 198 ◦ green 42 ◦ blue 168

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

Shades of Medium Red Violet #C62AA8

Tints of Medium Red Violet #C62AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 48.53%
G = 10.29%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C62AA8 (or 0xC62AA8) is known color: Medium Red Violet. HEX triplet: C6, 2A and A8. RGB value is (198,42,168). Sum of RGB (Red+Green+Blue) = 198+42+168=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C62AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62AA8 is #39D557. Grayscale: #666666. Windows color (decimal): -3790168 or 11020998. OLE color: 11020998.

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

Color convert

RGB 198 42 168 -
CMYK 0 0.79 0.15 0.22
HSL 311.54º 0.65% 0.47% -
HSV(B) 311.54º 0.79% 0.78% -
XYZ 31.18 16.49 38.58 -
YUV 103.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 198 42 168 0 0.79 0.15 0.22 311.54 0.65 0.47
Hex C6 2A A8 0 4F F 16 138 41 2F
Octal 306 52 250 0 117 17 26 470 101 57
Binary 11000110 101010 10101000 0 1001111 1111 10110 100111000 1000001 101111

Color Harmonies of #C62AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62AA8

Black with #C62AA8

Text Example


Text Example

White with #C62AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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