Html Css Color HEX #C62981 Medium Red Violet

📋 copy color: '#C62981'

red 198 ◦ green 41 ◦ blue 129

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

Shades of Medium Red Violet #C62981

Tints of Medium Red Violet #C62981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 53.8%
G = 11.14%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C62981 (or 0xC62981) is known color: Medium Red Violet. HEX triplet: C6, 29 and 81. RGB value is (198,41,129). Sum of RGB (Red+Green+Blue) = 198+41+129=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C62981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62981 is #39D67E. Grayscale: #616161. Windows color (decimal): -3790463 or 8464838. OLE color: 8464838.

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

Color convert

RGB 198 41 129 -
CMYK 0 0.79 0.35 0.22
HSL 326.37º 0.66% 0.47% -
HSV(B) 326.37º 0.79% 0.78% -
XYZ 28.04 15.18 22.22 -
YUV 97.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 198 41 129 0 0.79 0.35 0.22 326.37 0.66 0.47
Hex C6 29 81 0 4F 23 16 146 42 2F
Octal 306 51 201 0 117 43 26 506 102 57
Binary 11000110 101001 10000001 0 1001111 100011 10110 101000110 1000010 101111

Color Harmonies of #C62981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62981

Black with #C62981

Text Example


Text Example

White with #C62981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62981; }

 p { color: rgb(198,41,129); }

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

background-color css

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

 a { background-color: rgb(198,41,129); }

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

border-color css

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

 span { border-color: rgb(198,41,129); }

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