Html Css Color HEX #C62571 Medium Violet Red

📋 copy color: '#C62571'

red 198 ◦ green 37 ◦ blue 113

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

Shades of Medium Violet Red #C62571

Tints of Medium Violet Red #C62571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.63%

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 56.9%
G = 10.63%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C62571 (or 0xC62571) is known color: Medium Violet Red. HEX triplet: C6, 25 and 71. RGB value is (198,37,113). Sum of RGB (Red+Green+Blue) = 198+37+113=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C62571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62571 is #39DA8E. Grayscale: #5D5D5D. Windows color (decimal): -3791503 or 7415238. OLE color: 7415238.

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

Color convert

RGB 198 37 113 -
CMYK 0 0.81 0.43 0.22
HSL 331.68º 0.69% 0.46% -
HSV(B) 331.68º 0.81% 0.78% -
XYZ 26.93 14.52 17.01 -
YUV 93.8 138.84 202.32 -
System Red Green Blue C M Y K H S L
Decimal 198 37 113 0 0.81 0.43 0.22 331.68 0.69 0.46
Hex C6 25 71 0 51 2B 16 14C 45 2E
Octal 306 45 161 0 121 53 26 514 105 56
Binary 11000110 100101 1110001 0 1010001 101011 10110 101001100 1000101 101110

Color Harmonies of #C62571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62571

Black with #C62571

Text Example


Text Example

White with #C62571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62571; }

 p { color: rgb(198,37,113); }

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

background-color css

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

 a { background-color: rgb(198,37,113); }

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

border-color css

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

 span { border-color: rgb(198,37,113); }

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