Html Css Color HEX #C127AA Medium Red Violet

📋 copy color: '#C127AA'

red 193 ◦ green 39 ◦ blue 170

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

Shades of Medium Red Violet #C127AA

Tints of Medium Red Violet #C127AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.7%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 48.01%
G = 9.7%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C127AA (or 0xC127AA) is known color: Medium Red Violet. HEX triplet: C1, 27 and AA. RGB value is (193,39,170). Sum of RGB (Red+Green+Blue) = 193+39+170=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C127AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C127AA is #3ED855. Grayscale: #636363. Windows color (decimal): -4118614 or 11151297. OLE color: 11151297.

HSL color Cylindrical-coordinate representation of color #C127AA: hue angle of 308.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C127AA is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 170 -
CMYK 0 0.80 0.12 0.24
HSL 308.96º 0.66% 0.45% -
HSV(B) 308.96º 0.8% 0.76% -
XYZ 29.97 15.69 39.48 -
YUV 99.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 193 39 170 0 0.80 0.12 0.24 308.96 0.66 0.45
Hex C1 27 AA 0 50 C 18 135 42 2D
Octal 301 47 252 0 120 14 30 465 102 55
Binary 11000001 100111 10101010 0 1010000 1100 11000 100110101 1000010 101101

Color Harmonies of #C127AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127AA

Black with #C127AA

Text Example


Text Example

White with #C127AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127AA; }

 p { color: rgb(193,39,170); }

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

background-color css

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

 a { background-color: rgb(193,39,170); }

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

border-color css

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

 span { border-color: rgb(193,39,170); }

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