Html Css Color HEX #C130A5 Medium Red Violet

📋 copy color: '#C130A5'

red 193 ◦ green 48 ◦ blue 165

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

Shades of Medium Red Violet #C130A5

Tints of Medium Red Violet #C130A5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.82%

 BLUE value IS 165 (64.84% from 255) = 40.64%

R = 47.54%
G = 11.82%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C130A5 (or 0xC130A5) is known color: Medium Red Violet. HEX triplet: C1, 30 and A5. RGB value is (193,48,165). Sum of RGB (Red+Green+Blue) = 193+48+165=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C130A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C130A5 is #3ECF5A. Grayscale: #686868. Windows color (decimal): -4116315 or 10825921. OLE color: 10825921.

HSL color Cylindrical-coordinate representation of color #C130A5: hue angle of 311.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C130A5 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 165 -
CMYK 0 0.75 0.15 0.24
HSL 311.59º 0.6% 0.47% -
HSV(B) 311.59º 0.75% 0.76% -
XYZ 29.84 16.17 37.15 -
YUV 104.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 193 48 165 0 0.75 0.15 0.24 311.59 0.6 0.47
Hex C1 30 A5 0 4B F 18 138 3C 2F
Octal 301 60 245 0 113 17 30 470 74 57
Binary 11000001 110000 10100101 0 1001011 1111 11000 100111000 111100 101111

Color Harmonies of #C130A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130A5

Black with #C130A5

Text Example


Text Example

White with #C130A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130A5; }

 p { color: rgb(193,48,165); }

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

background-color css

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

 a { background-color: rgb(193,48,165); }

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

border-color css

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

 span { border-color: rgb(193,48,165); }

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