Html Css Color HEX #C60294 Medium Violet Red

📋 copy color: '#C60294'

red 198 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #C60294

Tints of Medium Violet Red #C60294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 56.9%
G = 0.57%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C60294 (or 0xC60294) is known color: Medium Violet Red. HEX triplet: C6, 02 and 94. RGB value is (198,2,148). Sum of RGB (Red+Green+Blue) = 198+2+148=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C60294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60294 is #39FD6B. Grayscale: #4C4C4C. Windows color (decimal): -3800428 or 9700038. OLE color: 9700038.

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

Color convert

RGB 198 2 148 -
CMYK 0 0.99 0.25 0.22
HSL 315.31º 0.98% 0.39% -
HSV(B) 315.31º 0.99% 0.78% -
XYZ 28.66 14.19 29.25 -
YUV 77.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 198 2 148 0 0.99 0.25 0.22 315.31 0.98 0.39
Hex C6 2 94 0 63 19 16 13B 62 27
Octal 306 2 224 0 143 31 26 473 142 47
Binary 11000110 10 10010100 0 1100011 11001 10110 100111011 1100010 100111

Color Harmonies of #C60294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60294

Black with #C60294

Text Example


Text Example

White with #C60294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60294; }

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

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

background-color css

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

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

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

border-color css

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

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

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