Html Css Color HEX #C11669 Medium Violet Red

📋 copy color: '#C11669'

red 193 ◦ green 22 ◦ blue 105

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

Shades of Medium Violet Red #C11669

Tints of Medium Violet Red #C11669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.81%

R = 60.31%
G = 6.88%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C11669 (or 0xC11669) is known color: Medium Violet Red. HEX triplet: C1, 16 and 69. RGB value is (193,22,105). Sum of RGB (Red+Green+Blue) = 193+22+105=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C11669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11669 is #3EE996. Grayscale: #525252. Windows color (decimal): -4123031 or 6887105. OLE color: 6887105.

HSL color Cylindrical-coordinate representation of color #C11669: hue angle of 330.88º 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 #C11669 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 105 -
CMYK 0 0.89 0.46 0.24
HSL 330.88º 0.8% 0.42% -
HSV(B) 330.88º 0.89% 0.76% -
XYZ 24.83 12.93 14.55 -
YUV 82.59 140.65 206.75 -
System Red Green Blue C M Y K H S L
Decimal 193 22 105 0 0.89 0.46 0.24 330.88 0.8 0.42
Hex C1 16 69 0 59 2E 18 14B 50 2A
Octal 301 26 151 0 131 56 30 513 120 52
Binary 11000001 10110 1101001 0 1011001 101110 11000 101001011 1010000 101010

Color Harmonies of #C11669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11669

Black with #C11669

Text Example


Text Example

White with #C11669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11669; }

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

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

background-color css

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

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

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

border-color css

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

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

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