Html Css Color HEX #C62972 Medium Red Violet

📋 copy color: '#C62972'

red 198 ◦ green 41 ◦ blue 114

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

Shades of Medium Red Violet #C62972

Tints of Medium Red Violet #C62972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 56.09%
G = 11.61%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C62972 (or 0xC62972) is known color: Medium Red Violet. HEX triplet: C6, 29 and 72. RGB value is (198,41,114). Sum of RGB (Red+Green+Blue) = 198+41+114=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C62972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62972 is #39D68D. Grayscale: #606060. Windows color (decimal): -3790478 or 7481798. OLE color: 7481798.

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

Color convert

RGB 198 41 114 -
CMYK 0 0.79 0.42 0.22
HSL 332.1º 0.66% 0.47% -
HSV(B) 332.1º 0.79% 0.78% -
XYZ 27.12 14.81 17.35 -
YUV 96.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 198 41 114 0 0.79 0.42 0.22 332.1 0.66 0.47
Hex C6 29 72 0 4F 2A 16 14C 42 2F
Octal 306 51 162 0 117 52 26 514 102 57
Binary 11000110 101001 1110010 0 1001111 101010 10110 101001100 1000010 101111

Color Harmonies of #C62972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62972

Black with #C62972

Text Example


Text Example

White with #C62972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62972; }

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

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

background-color css

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

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

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

border-color css

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

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

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