Html Css Color HEX #C1097E Medium Violet Red

📋 copy color: '#C1097E'

red 193 ◦ green 9 ◦ blue 126

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

Shades of Medium Violet Red #C1097E

Tints of Medium Violet Red #C1097E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

 BLUE value IS 126 (49.61% from 255) = 38.41%

R = 58.84%
G = 2.74%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1097E (or 0xC1097E) is known color: Medium Violet Red. HEX triplet: C1, 09 and 7E. RGB value is (193,9,126). Sum of RGB (Red+Green+Blue) = 193+9+126=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C1097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1097E is #3EF681. Grayscale: #4D4D4D. Windows color (decimal): -4126338 or 8260033. OLE color: 8260033.

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

Color convert

RGB 193 9 126 -
CMYK 0 0.95 0.35 0.24
HSL 321.85º 0.91% 0.4% -
HSV(B) 321.85º 0.95% 0.76% -
XYZ 25.86 13.04 20.89 -
YUV 77.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 193 9 126 0 0.95 0.35 0.24 321.85 0.91 0.4
Hex C1 9 7E 0 5F 23 18 142 5B 28
Octal 301 11 176 0 137 43 30 502 133 50
Binary 11000001 1001 1111110 0 1011111 100011 11000 101000010 1011011 101000

Color Harmonies of #C1097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1097E

Black with #C1097E

Text Example


Text Example

White with #C1097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1097E; }

 p { color: rgb(193,9,126); }

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

background-color css

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

 a { background-color: rgb(193,9,126); }

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

border-color css

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

 span { border-color: rgb(193,9,126); }

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