Html Css Color HEX #C10C7C Medium Violet Red

📋 copy color: '#C10C7C'

red 193 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #C10C7C

Tints of Medium Violet Red #C10C7C

RGB

 RED value IS 193 (75.78% from 255) = 58.66%

 GREEN value IS 12 (5.08% from 255) = 3.65%

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

R = 58.66%
G = 3.65%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C10C7C (or 0xC10C7C) is known color: Medium Violet Red. HEX triplet: C1, 0C and 7C. RGB value is (193,12,124). Sum of RGB (Red+Green+Blue) = 193+12+124=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C7C is #3EF383. Grayscale: #4E4E4E. Windows color (decimal): -4125572 or 8129729. OLE color: 8129729.

HSL color Cylindrical-coordinate representation of color #C10C7C: hue angle of 322.87º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C7C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 12 124 -
CMYK 0 0.94 0.36 0.24
HSL 322.87º 0.88% 0.4% -
HSV(B) 322.87º 0.94% 0.76% -
XYZ 25.76 13.06 20.23 -
YUV 78.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 193 12 124 0 0.94 0.36 0.24 322.87 0.88 0.4
Hex C1 C 7C 0 5E 24 18 143 58 28
Octal 301 14 174 0 136 44 30 503 130 50
Binary 11000001 1100 1111100 0 1011110 100100 11000 101000011 1011000 101000

Color Harmonies of #C10C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C7C

Black with #C10C7C

Text Example


Text Example

White with #C10C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C7C; }

 p { color: rgb(193,12,124); }

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

background-color css

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

 a { background-color: rgb(193,12,124); }

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

border-color css

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

 span { border-color: rgb(193,12,124); }

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