Html Css Color HEX #C60B7C Medium Violet Red

📋 copy color: '#C60B7C'

red 198 ◦ green 11 ◦ blue 124

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

Shades of Medium Violet Red #C60B7C

Tints of Medium Violet Red #C60B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.24%

R = 59.46%
G = 3.3%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C60B7C (or 0xC60B7C) is known color: Medium Violet Red. HEX triplet: C6, 0B and 7C. RGB value is (198,11,124). Sum of RGB (Red+Green+Blue) = 198+11+124=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B7C is #39F483. Grayscale: #4F4F4F. Windows color (decimal): -3798148 or 8129478. OLE color: 8129478.

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

Color convert

RGB 198 11 124 -
CMYK 0 0.94 0.37 0.22
HSL 323.74º 0.89% 0.41% -
HSV(B) 323.74º 0.94% 0.78% -
XYZ 27.05 13.7 20.29 -
YUV 79.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 198 11 124 0 0.94 0.37 0.22 323.74 0.89 0.41
Hex C6 B 7C 0 5E 25 16 144 59 29
Octal 306 13 174 0 136 45 26 504 131 51
Binary 11000110 1011 1111100 0 1011110 100101 10110 101000100 1011001 101001

Color Harmonies of #C60B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60B7C

Black with #C60B7C

Text Example


Text Example

White with #C60B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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