Html Css Color HEX #C60372 Medium Violet Red

📋 copy color: '#C60372'

red 198 ◦ green 3 ◦ blue 114

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

Shades of Medium Violet Red #C60372

Tints of Medium Violet Red #C60372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 62.86%
G = 0.95%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C60372 (or 0xC60372) is known color: Medium Violet Red. HEX triplet: C6, 03 and 72. RGB value is (198,3,114). Sum of RGB (Red+Green+Blue) = 198+3+114=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C60372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60372 is #39FC8D. Grayscale: #494949. Windows color (decimal): -3800206 or 7472070. OLE color: 7472070.

HSL color Cylindrical-coordinate representation of color #C60372: hue angle of 325.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60372 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 114 -
CMYK 0 0.98 0.42 0.22
HSL 325.85º 0.97% 0.39% -
HSV(B) 325.85º 0.98% 0.78% -
XYZ 26.36 13.29 17.09 -
YUV 73.96 150.6 216.47 -
System Red Green Blue C M Y K H S L
Decimal 198 3 114 0 0.98 0.42 0.22 325.85 0.97 0.39
Hex C6 3 72 0 62 2A 16 146 61 27
Octal 306 3 162 0 142 52 26 506 141 47
Binary 11000110 11 1110010 0 1100010 101010 10110 101000110 1100001 100111

Color Harmonies of #C60372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60372

Black with #C60372

Text Example


Text Example

White with #C60372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60372; }

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

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

background-color css

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

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

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

border-color css

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

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

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