Html Css Color HEX #C1227F Medium Violet Red

📋 copy color: '#C1227F'

red 193 ◦ green 34 ◦ blue 127

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

Shades of Medium Violet Red #C1227F

Tints of Medium Violet Red #C1227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.6%

 BLUE value IS 127 (50% from 255) = 35.88%

R = 54.52%
G = 9.6%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1227F (or 0xC1227F) is known color: Medium Violet Red. HEX triplet: C1, 22 and 7F. RGB value is (193,34,127). Sum of RGB (Red+Green+Blue) = 193+34+127=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1227F is #3EDD80. Grayscale: #5B5B5B. Windows color (decimal): -4119937 or 8331969. OLE color: 8331969.

HSL color Cylindrical-coordinate representation of color #C1227F: hue angle of 324.91º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1227F is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 127 -
CMYK 0 0.82 0.34 0.24
HSL 324.91º 0.7% 0.45% -
HSV(B) 324.91º 0.82% 0.76% -
XYZ 26.4 14.01 21.39 -
YUV 92.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 193 34 127 0 0.82 0.34 0.24 324.91 0.7 0.45
Hex C1 22 7F 0 52 22 18 145 46 2D
Octal 301 42 177 0 122 42 30 505 106 55
Binary 11000001 100010 1111111 0 1010010 100010 11000 101000101 1000110 101101

Color Harmonies of #C1227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1227F

Black with #C1227F

Text Example


Text Example

White with #C1227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1227F; }

 p { color: rgb(193,34,127); }

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

background-color css

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

 a { background-color: rgb(193,34,127); }

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

border-color css

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

 span { border-color: rgb(193,34,127); }

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