Html Css Color HEX #C60198 Medium Violet Red

📋 copy color: '#C60198'

red 198 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #C60198

Tints of Medium Violet Red #C60198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 152 (59.77% from 255) = 43.3%

R = 56.41%
G = 0.28%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C60198 (or 0xC60198) is known color: Medium Violet Red. HEX triplet: C6, 01 and 98. RGB value is (198,1,152). Sum of RGB (Red+Green+Blue) = 198+1+152=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C60198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60198 is #39FE67. Grayscale: #4C4C4C. Windows color (decimal): -3800680 or 9961926. OLE color: 9961926.

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

Color convert

RGB 198 1 152 -
CMYK 0 0.99 0.23 0.22
HSL 314.01º 0.99% 0.39% -
HSV(B) 314.01º 0.99% 0.78% -
XYZ 28.97 14.29 30.94 -
YUV 77.12 170.27 214.22 -
System Red Green Blue C M Y K H S L
Decimal 198 1 152 0 0.99 0.23 0.22 314.01 0.99 0.39
Hex C6 1 98 0 63 17 16 13A 63 27
Octal 306 1 230 0 143 27 26 472 143 47
Binary 11000110 1 10011000 0 1100011 10111 10110 100111010 1100011 100111

Color Harmonies of #C60198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60198

Black with #C60198

Text Example


Text Example

White with #C60198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60198; }

 p { color: rgb(198,1,152); }

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

background-color css

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

 a { background-color: rgb(198,1,152); }

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

border-color css

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

 span { border-color: rgb(198,1,152); }

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