Html Css Color HEX #C10075 Medium Violet Red

📋 copy color: '#C10075'

red 193 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #C10075

Tints of Medium Violet Red #C10075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 62.26%
G = 0%
B = 37.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C10075 (or 0xC10075) is known color: Medium Violet Red. HEX triplet: C1, 00 and 75. RGB value is (193,0,117). Sum of RGB (Red+Green+Blue) = 193+0+117=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C10075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10075 is #3EFF8A. Grayscale: #464646. Windows color (decimal): -4128651 or 7667905. OLE color: 7667905.

HSL color Cylindrical-coordinate representation of color #C10075: hue angle of 323.63º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10075 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 117 -
CMYK 0 1 0.39 0.24
HSL 323.63º 1% 0.38% -
HSV(B) 323.63º 1% 0.76% -
XYZ 25.2 12.62 17.94 -
YUV 71.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 193 0 117 0 1 0.39 0.24 323.63 1 0.38
Hex C1 0 75 0 64 27 18 144 64 26
Octal 301 0 165 0 144 47 30 504 144 46
Binary 11000001 0 1110101 0 1100100 100111 11000 101000100 1100100 100110

Color Harmonies of #C10075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10075

Black with #C10075

Text Example


Text Example

White with #C10075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10075; }

 p { color: rgb(193,0,117); }

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

background-color css

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

 a { background-color: rgb(193,0,117); }

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

border-color css

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

 span { border-color: rgb(193,0,117); }

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