Html Css Color HEX #C62880 Medium Red Violet

📋 copy color: '#C62880'

red 198 ◦ green 40 ◦ blue 128

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

Shades of Medium Red Violet #C62880

Tints of Medium Red Violet #C62880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 54.1%
G = 10.93%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C62880 (or 0xC62880) is known color: Medium Red Violet. HEX triplet: C6, 28 and 80. RGB value is (198,40,128). Sum of RGB (Red+Green+Blue) = 198+40+128=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C62880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62880 is #39D77F. Grayscale: #616161. Windows color (decimal): -3790720 or 8399046. OLE color: 8399046.

HSL color Cylindrical-coordinate representation of color #C62880: hue angle of 326.58º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62880 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 128 -
CMYK 0 0.80 0.35 0.22
HSL 326.58º 0.66% 0.47% -
HSV(B) 326.58º 0.8% 0.78% -
XYZ 27.94 15.08 21.86 -
YUV 97.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 198 40 128 0 0.80 0.35 0.22 326.58 0.66 0.47
Hex C6 28 80 0 50 23 16 147 42 2F
Octal 306 50 200 0 120 43 26 507 102 57
Binary 11000110 101000 10000000 0 1010000 100011 10110 101000111 1000010 101111

Color Harmonies of #C62880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62880

Black with #C62880

Text Example


Text Example

White with #C62880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62880; }

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

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

background-color css

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

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

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

border-color css

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

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

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