Html Css Color HEX #C1248F Medium Violet Red

📋 copy color: '#C1248F'

red 193 ◦ green 36 ◦ blue 143

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

Shades of Medium Violet Red #C1248F

Tints of Medium Violet Red #C1248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.68%

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

R = 51.88%
G = 9.68%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1248F (or 0xC1248F) is known color: Medium Violet Red. HEX triplet: C1, 24 and 8F. RGB value is (193,36,143). Sum of RGB (Red+Green+Blue) = 193+36+143=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1248F is #3EDB70. Grayscale: #5E5E5E. Windows color (decimal): -4119409 or 9381057. OLE color: 9381057.

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

Color convert

RGB 193 36 143 -
CMYK 0 0.81 0.26 0.24
HSL 319.11º 0.69% 0.45% -
HSV(B) 319.11º 0.81% 0.76% -
XYZ 27.58 14.58 27.35 -
YUV 95.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 193 36 143 0 0.81 0.26 0.24 319.11 0.69 0.45
Hex C1 24 8F 0 51 1A 18 13F 45 2D
Octal 301 44 217 0 121 32 30 477 105 55
Binary 11000001 100100 10001111 0 1010001 11010 11000 100111111 1000101 101101

Color Harmonies of #C1248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1248F

Black with #C1248F

Text Example


Text Example

White with #C1248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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