Html Css Color HEX #C1147B Medium Violet Red

📋 copy color: '#C1147B'

red 193 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #C1147B

Tints of Medium Violet Red #C1147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 57.44%
G = 5.95%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1147B (or 0xC1147B) is known color: Medium Violet Red. HEX triplet: C1, 14 and 7B. RGB value is (193,20,123). Sum of RGB (Red+Green+Blue) = 193+20+123=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1147B is #3EEB84. Grayscale: #535353. Windows color (decimal): -4123525 or 8066241. OLE color: 8066241.

HSL color Cylindrical-coordinate representation of color #C1147B: hue angle of 324.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1147B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 123 -
CMYK 0 0.90 0.36 0.24
HSL 324.28º 0.81% 0.42% -
HSV(B) 324.28º 0.9% 0.76% -
XYZ 25.82 13.27 19.94 -
YUV 83.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 193 20 123 0 0.90 0.36 0.24 324.28 0.81 0.42
Hex C1 14 7B 0 5A 24 18 144 51 2A
Octal 301 24 173 0 132 44 30 504 121 52
Binary 11000001 10100 1111011 0 1011010 100100 11000 101000100 1010001 101010

Color Harmonies of #C1147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1147B

Black with #C1147B

Text Example


Text Example

White with #C1147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1147B; }

 p { color: rgb(193,20,123); }

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

background-color css

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

 a { background-color: rgb(193,20,123); }

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

border-color css

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

 span { border-color: rgb(193,20,123); }

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