Html Css Color HEX #C62481 Medium Violet Red

📋 copy color: '#C62481'

red 198 ◦ green 36 ◦ blue 129

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

Shades of Medium Violet Red #C62481

Tints of Medium Violet Red #C62481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

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

R = 54.55%
G = 9.92%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C62481 (or 0xC62481) is known color: Medium Violet Red. HEX triplet: C6, 24 and 81. RGB value is (198,36,129). Sum of RGB (Red+Green+Blue) = 198+36+129=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C62481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62481 is #39DB7E. Grayscale: #5E5E5E. Windows color (decimal): -3791743 or 8463558. OLE color: 8463558.

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

Color convert

RGB 198 36 129 -
CMYK 0 0.82 0.35 0.22
HSL 325.56º 0.69% 0.46% -
HSV(B) 325.56º 0.82% 0.78% -
XYZ 27.88 14.85 22.17 -
YUV 95.04 147.17 201.44 -
System Red Green Blue C M Y K H S L
Decimal 198 36 129 0 0.82 0.35 0.22 325.56 0.69 0.46
Hex C6 24 81 0 52 23 16 146 45 2E
Octal 306 44 201 0 122 43 26 506 105 56
Binary 11000110 100100 10000001 0 1010010 100011 10110 101000110 1000101 101110

Color Harmonies of #C62481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62481

Black with #C62481

Text Example


Text Example

White with #C62481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62481; }

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

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

background-color css

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

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

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

border-color css

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

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

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