Html Css Color HEX #C60A94 Medium Violet Red

📋 copy color: '#C60A94'

red 198 ◦ green 10 ◦ blue 148

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

Shades of Medium Violet Red #C60A94

Tints of Medium Violet Red #C60A94

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.81%

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

R = 55.62%
G = 2.81%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C60A94 (or 0xC60A94) is known color: Medium Violet Red. HEX triplet: C6, 0A and 94. RGB value is (198,10,148). Sum of RGB (Red+Green+Blue) = 198+10+148=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60A94 is #39F56B. Grayscale: #515151. Windows color (decimal): -3798380 or 9702086. OLE color: 9702086.

HSL color Cylindrical-coordinate representation of color #C60A94: hue angle of 315.96º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60A94 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 10 148 -
CMYK 0 0.95 0.25 0.22
HSL 315.96º 0.9% 0.41% -
HSV(B) 315.96º 0.95% 0.78% -
XYZ 28.74 14.36 29.27 -
YUV 81.94 165.28 210.78 -
System Red Green Blue C M Y K H S L
Decimal 198 10 148 0 0.95 0.25 0.22 315.96 0.9 0.41
Hex C6 A 94 0 5F 19 16 13C 5A 29
Octal 306 12 224 0 137 31 26 474 132 51
Binary 11000110 1010 10010100 0 1011111 11001 10110 100111100 1011010 101001

Color Harmonies of #C60A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60A94

Black with #C60A94

Text Example


Text Example

White with #C60A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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