Html Css Color HEX #C62570 Medium Violet Red

📋 copy color: '#C62570'

red 198 ◦ green 37 ◦ blue 112

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

Shades of Medium Violet Red #C62570

Tints of Medium Violet Red #C62570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 57.06%
G = 10.66%
B = 32.28%

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

#C62570 (or 0xC62570) is known color: Medium Violet Red. HEX triplet: C6, 25 and 70. RGB value is (198,37,112). Sum of RGB (Red+Green+Blue) = 198+37+112=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C62570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62570 is #39DA8F. Grayscale: #5D5D5D. Windows color (decimal): -3791504 or 7349702. OLE color: 7349702.

HSL color Cylindrical-coordinate representation of color #C62570: hue angle of 332.05º 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 #C62570 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 112 -
CMYK 0 0.81 0.43 0.22
HSL 332.05º 0.69% 0.46% -
HSV(B) 332.05º 0.81% 0.78% -
XYZ 26.87 14.5 16.71 -
YUV 93.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 198 37 112 0 0.81 0.43 0.22 332.05 0.69 0.46
Hex C6 25 70 0 51 2B 16 14C 45 2E
Octal 306 45 160 0 121 53 26 514 105 56
Binary 11000110 100101 1110000 0 1010001 101011 10110 101001100 1000101 101110

Color Harmonies of #C62570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62570

Black with #C62570

Text Example


Text Example

White with #C62570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62570; }

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

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

background-color css

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

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

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

border-color css

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

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

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