Html Css Color HEX #C135A1 Medium Red Violet

📋 copy color: '#C135A1'

red 193 ◦ green 53 ◦ blue 161

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

Shades of Medium Red Violet #C135A1

Tints of Medium Red Violet #C135A1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.02%

 BLUE value IS 161 (63.28% from 255) = 39.56%

R = 47.42%
G = 13.02%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C135A1 (or 0xC135A1) is known color: Medium Red Violet. HEX triplet: C1, 35 and A1. RGB value is (193,53,161). Sum of RGB (Red+Green+Blue) = 193+53+161=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C135A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C135A1 is #3ECA5E. Grayscale: #6A6A6A. Windows color (decimal): -4115039 or 10565057. OLE color: 10565057.

HSL color Cylindrical-coordinate representation of color #C135A1: hue angle of 313.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C135A1 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 161 -
CMYK 0 0.73 0.17 0.24
HSL 313.71º 0.57% 0.48% -
HSV(B) 313.71º 0.73% 0.76% -
XYZ 29.7 16.46 35.33 -
YUV 107.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 193 53 161 0 0.73 0.17 0.24 313.71 0.57 0.48
Hex C1 35 A1 0 49 11 18 13A 39 30
Octal 301 65 241 0 111 21 30 472 71 60
Binary 11000001 110101 10100001 0 1001001 10001 11000 100111010 111001 110000

Color Harmonies of #C135A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C135A1

Black with #C135A1

Text Example


Text Example

White with #C135A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C135A1; }

 p { color: rgb(193,53,161); }

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

background-color css

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

 a { background-color: rgb(193,53,161); }

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

border-color css

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

 span { border-color: rgb(193,53,161); }

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