Html Css Color HEX #C1248C Medium Violet Red

📋 copy color: '#C1248C'

red 193 ◦ green 36 ◦ blue 140

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

Shades of Medium Violet Red #C1248C

Tints of Medium Violet Red #C1248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 52.3%
G = 9.76%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1248C (or 0xC1248C) is known color: Medium Violet Red. HEX triplet: C1, 24 and 8C. RGB value is (193,36,140). Sum of RGB (Red+Green+Blue) = 193+36+140=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1248C is #3EDB73. Grayscale: #5E5E5E. Windows color (decimal): -4119412 or 9184449. OLE color: 9184449.

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

Color convert

RGB 193 36 140 -
CMYK 0 0.81 0.27 0.24
HSL 320.25º 0.69% 0.45% -
HSV(B) 320.25º 0.81% 0.76% -
XYZ 27.36 14.49 26.17 -
YUV 94.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 193 36 140 0 0.81 0.27 0.24 320.25 0.69 0.45
Hex C1 24 8C 0 51 1B 18 140 45 2D
Octal 301 44 214 0 121 33 30 500 105 55
Binary 11000001 100100 10001100 0 1010001 11011 11000 101000000 1000101 101101

Color Harmonies of #C1248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1248C

Black with #C1248C

Text Example


Text Example

White with #C1248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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