Html Css Color HEX #C10675 Medium Violet Red

📋 copy color: '#C10675'

red 193 ◦ green 6 ◦ blue 117

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

Shades of Medium Violet Red #C10675

Tints of Medium Violet Red #C10675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

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

R = 61.08%
G = 1.9%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C10675 (or 0xC10675) is known color: Medium Violet Red. HEX triplet: C1, 06 and 75. RGB value is (193,6,117). Sum of RGB (Red+Green+Blue) = 193+6+117=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C10675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10675 is #3EF98A. Grayscale: #4A4A4A. Windows color (decimal): -4127115 or 7669441. OLE color: 7669441.

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

Color convert

RGB 193 6 117 -
CMYK 0 0.97 0.39 0.24
HSL 324.39º 0.94% 0.39% -
HSV(B) 324.39º 0.97% 0.76% -
XYZ 25.27 12.75 17.96 -
YUV 74.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 193 6 117 0 0.97 0.39 0.24 324.39 0.94 0.39
Hex C1 6 75 0 61 27 18 144 5E 27
Octal 301 6 165 0 141 47 30 504 136 47
Binary 11000001 110 1110101 0 1100001 100111 11000 101000100 1011110 100111

Color Harmonies of #C10675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10675

Black with #C10675

Text Example


Text Example

White with #C10675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10675; }

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

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

background-color css

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

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

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

border-color css

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

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

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