Html Css Color HEX #C60273 Medium Violet Red

📋 copy color: '#C60273'

red 198 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #C60273

Tints of Medium Violet Red #C60273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 62.86%
G = 0.63%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C60273 (or 0xC60273) is known color: Medium Violet Red. HEX triplet: C6, 02 and 73. RGB value is (198,2,115). Sum of RGB (Red+Green+Blue) = 198+2+115=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C60273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60273 is #39FD8C. Grayscale: #494949. Windows color (decimal): -3800461 or 7537350. OLE color: 7537350.

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

Color convert

RGB 198 2 115 -
CMYK 0 0.99 0.42 0.22
HSL 325.41º 0.98% 0.39% -
HSV(B) 325.41º 0.99% 0.78% -
XYZ 26.4 13.29 17.39 -
YUV 73.49 151.43 216.81 -
System Red Green Blue C M Y K H S L
Decimal 198 2 115 0 0.99 0.42 0.22 325.41 0.98 0.39
Hex C6 2 73 0 63 2A 16 145 62 27
Octal 306 2 163 0 143 52 26 505 142 47
Binary 11000110 10 1110011 0 1100011 101010 10110 101000101 1100010 100111

Color Harmonies of #C60273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60273

Black with #C60273

Text Example


Text Example

White with #C60273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60273; }

 p { color: rgb(198,2,115); }

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

background-color css

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

 a { background-color: rgb(198,2,115); }

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

border-color css

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

 span { border-color: rgb(198,2,115); }

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