Html Css Color HEX #C60188 Medium Violet Red

📋 copy color: '#C60188'

red 198 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #C60188

Tints of Medium Violet Red #C60188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 59.1%
G = 0.3%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C60188 (or 0xC60188) is known color: Medium Violet Red. HEX triplet: C6, 01 and 88. RGB value is (198,1,136). Sum of RGB (Red+Green+Blue) = 198+1+136=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C60188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60188 is #39FE77. Grayscale: #4A4A4A. Windows color (decimal): -3800696 or 8913350. OLE color: 8913350.

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

Color convert

RGB 198 1 136 -
CMYK 0 0.99 0.31 0.22
HSL 318.88º 0.99% 0.39% -
HSV(B) 318.88º 0.99% 0.78% -
XYZ 27.74 13.81 24.49 -
YUV 75.29 162.27 215.52 -
System Red Green Blue C M Y K H S L
Decimal 198 1 136 0 0.99 0.31 0.22 318.88 0.99 0.39
Hex C6 1 88 0 63 1F 16 13F 63 27
Octal 306 1 210 0 143 37 26 477 143 47
Binary 11000110 1 10001000 0 1100011 11111 10110 100111111 1100011 100111

Color Harmonies of #C60188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60188

Black with #C60188

Text Example


Text Example

White with #C60188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60188; }

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

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

background-color css

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

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

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

border-color css

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

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

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