Html Css Color HEX #C60B71 Medium Violet Red

📋 copy color: '#C60B71'

red 198 ◦ green 11 ◦ blue 113

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

Shades of Medium Violet Red #C60B71

Tints of Medium Violet Red #C60B71

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.42%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 61.49%
G = 3.42%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C60B71 (or 0xC60B71) is known color: Medium Violet Red. HEX triplet: C6, 0B and 71. RGB value is (198,11,113). Sum of RGB (Red+Green+Blue) = 198+11+113=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B71 is #39F48E. Grayscale: #4E4E4E. Windows color (decimal): -3798159 or 7408582. OLE color: 7408582.

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

Color convert

RGB 198 11 113 -
CMYK 0 0.94 0.43 0.22
HSL 327.27º 0.89% 0.41% -
HSV(B) 327.27º 0.94% 0.78% -
XYZ 26.39 13.44 16.83 -
YUV 78.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 198 11 113 0 0.94 0.43 0.22 327.27 0.89 0.41
Hex C6 B 71 0 5E 2B 16 147 59 29
Octal 306 13 161 0 136 53 26 507 131 51
Binary 11000110 1011 1110001 0 1011110 101011 10110 101000111 1011001 101001

Color Harmonies of #C60B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60B71

Black with #C60B71

Text Example


Text Example

White with #C60B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60B71; }

 p { color: rgb(198,11,113); }

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

background-color css

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

 a { background-color: rgb(198,11,113); }

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

border-color css

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

 span { border-color: rgb(198,11,113); }

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