Html Css Color HEX #C62372 Medium Violet Red

📋 copy color: '#C62372'

red 198 ◦ green 35 ◦ blue 114

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

Shades of Medium Violet Red #C62372

Tints of Medium Violet Red #C62372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

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

R = 57.06%
G = 10.09%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C62372 (or 0xC62372) is known color: Medium Violet Red. HEX triplet: C6, 23 and 72. RGB value is (198,35,114). Sum of RGB (Red+Green+Blue) = 198+35+114=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C62372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62372 is #39DC8D. Grayscale: #5C5C5C. Windows color (decimal): -3792014 or 7480262. OLE color: 7480262.

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

Color convert

RGB 198 35 114 -
CMYK 0 0.82 0.42 0.22
HSL 330.92º 0.7% 0.46% -
HSV(B) 330.92º 0.82% 0.78% -
XYZ 26.93 14.42 17.28 -
YUV 92.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 198 35 114 0 0.82 0.42 0.22 330.92 0.7 0.46
Hex C6 23 72 0 52 2A 16 14B 46 2E
Octal 306 43 162 0 122 52 26 513 106 56
Binary 11000110 100011 1110010 0 1010010 101010 10110 101001011 1000110 101110

Color Harmonies of #C62372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62372

Black with #C62372

Text Example


Text Example

White with #C62372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62372; }

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

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

background-color css

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

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

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

border-color css

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

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

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