Html Css Color HEX #C610A2 Medium Violet Red

📋 copy color: '#C610A2'

red 198 ◦ green 16 ◦ blue 162

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

Shades of Medium Violet Red #C610A2

Tints of Medium Violet Red #C610A2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 162 (63.67% from 255) = 43.09%

R = 52.66%
G = 4.26%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C610A2 (or 0xC610A2) is known color: Medium Violet Red. HEX triplet: C6, 10 and A2. RGB value is (198,16,162). Sum of RGB (Red+Green+Blue) = 198+16+162=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C610A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610A2 is #39EF5D. Grayscale: #565656. Windows color (decimal): -3796830 or 10621126. OLE color: 10621126.

HSL color Cylindrical-coordinate representation of color #C610A2: hue angle of 311.87º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610A2 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 162 -
CMYK 0 0.92 0.18 0.22
HSL 311.87º 0.85% 0.42% -
HSV(B) 311.87º 0.92% 0.78% -
XYZ 30 14.98 35.49 -
YUV 87.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 198 16 162 0 0.92 0.18 0.22 311.87 0.85 0.42
Hex C6 10 A2 0 5C 12 16 138 55 2A
Octal 306 20 242 0 134 22 26 470 125 52
Binary 11000110 10000 10100010 0 1011100 10010 10110 100111000 1010101 101010

Color Harmonies of #C610A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610A2

Black with #C610A2

Text Example


Text Example

White with #C610A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610A2; }

 p { color: rgb(198,16,162); }

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

background-color css

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

 a { background-color: rgb(198,16,162); }

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

border-color css

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

 span { border-color: rgb(198,16,162); }

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