Html Css Color HEX #C1228F Medium Violet Red

📋 copy color: '#C1228F'

red 193 ◦ green 34 ◦ blue 143

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

Shades of Medium Violet Red #C1228F

Tints of Medium Violet Red #C1228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 52.16%
G = 9.19%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1228F (or 0xC1228F) is known color: Medium Violet Red. HEX triplet: C1, 22 and 8F. RGB value is (193,34,143). Sum of RGB (Red+Green+Blue) = 193+34+143=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1228F is #3EDD70. Grayscale: #5D5D5D. Windows color (decimal): -4119921 or 9380545. OLE color: 9380545.

HSL color Cylindrical-coordinate representation of color #C1228F: hue angle of 318.87º 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 #C1228F is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 143 -
CMYK 0 0.82 0.26 0.24
HSL 318.87º 0.7% 0.45% -
HSV(B) 318.87º 0.82% 0.76% -
XYZ 27.52 14.46 27.33 -
YUV 93.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 193 34 143 0 0.82 0.26 0.24 318.87 0.7 0.45
Hex C1 22 8F 0 52 1A 18 13F 46 2D
Octal 301 42 217 0 122 32 30 477 106 55
Binary 11000001 100010 10001111 0 1010010 11010 11000 100111111 1000110 101101

Color Harmonies of #C1228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1228F

Black with #C1228F

Text Example


Text Example

White with #C1228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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