Html Css Color HEX #C62080 Medium Violet Red

📋 copy color: '#C62080'

red 198 ◦ green 32 ◦ blue 128

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

Shades of Medium Violet Red #C62080

Tints of Medium Violet Red #C62080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 55.31%
G = 8.94%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C62080 (or 0xC62080) is known color: Medium Violet Red. HEX triplet: C6, 20 and 80. RGB value is (198,32,128). Sum of RGB (Red+Green+Blue) = 198+32+128=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C62080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62080 is #39DF7F. Grayscale: #5C5C5C. Windows color (decimal): -3792768 or 8396998. OLE color: 8396998.

HSL color Cylindrical-coordinate representation of color #C62080: hue angle of 325.3º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62080 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 128 -
CMYK 0 0.84 0.35 0.22
HSL 325.3º 0.72% 0.45% -
HSV(B) 325.3º 0.84% 0.78% -
XYZ 27.7 14.6 21.78 -
YUV 92.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 198 32 128 0 0.84 0.35 0.22 325.3 0.72 0.45
Hex C6 20 80 0 54 23 16 145 48 2D
Octal 306 40 200 0 124 43 26 505 110 55
Binary 11000110 100000 10000000 0 1010100 100011 10110 101000101 1001000 101101

Color Harmonies of #C62080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62080

Black with #C62080

Text Example


Text Example

White with #C62080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62080; }

 p { color: rgb(198,32,128); }

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

background-color css

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

 a { background-color: rgb(198,32,128); }

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

border-color css

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

 span { border-color: rgb(198,32,128); }

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