Html Css Color HEX #C11675 Medium Violet Red

📋 copy color: '#C11675'

red 193 ◦ green 22 ◦ blue 117

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

Shades of Medium Violet Red #C11675

Tints of Medium Violet Red #C11675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.63%

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

R = 58.13%
G = 6.63%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C11675 (or 0xC11675) is known color: Medium Violet Red. HEX triplet: C1, 16 and 75. RGB value is (193,22,117). Sum of RGB (Red+Green+Blue) = 193+22+117=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C11675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11675 is #3EE98A. Grayscale: #535353. Windows color (decimal): -4123019 or 7673537. OLE color: 7673537.

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

Color convert

RGB 193 22 117 -
CMYK 0 0.89 0.39 0.24
HSL 326.67º 0.8% 0.42% -
HSV(B) 326.67º 0.89% 0.76% -
XYZ 25.49 13.2 18.03 -
YUV 83.96 146.65 205.78 -
System Red Green Blue C M Y K H S L
Decimal 193 22 117 0 0.89 0.39 0.24 326.67 0.8 0.42
Hex C1 16 75 0 59 27 18 147 50 2A
Octal 301 26 165 0 131 47 30 507 120 52
Binary 11000001 10110 1110101 0 1011001 100111 11000 101000111 1010000 101010

Color Harmonies of #C11675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11675

Black with #C11675

Text Example


Text Example

White with #C11675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11675; }

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

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

background-color css

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

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

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

border-color css

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

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

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