Html Css Color HEX #C60274 Medium Violet Red

📋 copy color: '#C60274'

red 198 ◦ green 2 ◦ blue 116

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

Shades of Medium Violet Red #C60274

Tints of Medium Violet Red #C60274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.71%

R = 62.66%
G = 0.63%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C60274 (or 0xC60274) is known color: Medium Violet Red. HEX triplet: C6, 02 and 74. RGB value is (198,2,116). Sum of RGB (Red+Green+Blue) = 198+2+116=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C60274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60274 is #39FD8B. Grayscale: #494949. Windows color (decimal): -3800460 or 7602886. OLE color: 7602886.

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

Color convert

RGB 198 2 116 -
CMYK 0 0.99 0.41 0.22
HSL 325.1º 0.98% 0.39% -
HSV(B) 325.1º 0.99% 0.78% -
XYZ 26.46 13.31 17.7 -
YUV 73.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 198 2 116 0 0.99 0.41 0.22 325.1 0.98 0.39
Hex C6 2 74 0 63 29 16 145 62 27
Octal 306 2 164 0 143 51 26 505 142 47
Binary 11000110 10 1110100 0 1100011 101001 10110 101000101 1100010 100111

Color Harmonies of #C60274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60274

Black with #C60274

Text Example


Text Example

White with #C60274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60274; }

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

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

background-color css

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

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

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

border-color css

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

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

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