Html Css Color HEX #C1248A Medium Violet Red

📋 copy color: '#C1248A'

red 193 ◦ green 36 ◦ blue 138

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

Shades of Medium Violet Red #C1248A

Tints of Medium Violet Red #C1248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 52.59%
G = 9.81%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1248A (or 0xC1248A) is known color: Medium Violet Red. HEX triplet: C1, 24 and 8A. RGB value is (193,36,138). Sum of RGB (Red+Green+Blue) = 193+36+138=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1248A is #3EDB75. Grayscale: #5E5E5E. Windows color (decimal): -4119414 or 9053377. OLE color: 9053377.

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

Color convert

RGB 193 36 138 -
CMYK 0 0.81 0.28 0.24
HSL 321.02º 0.69% 0.45% -
HSV(B) 321.02º 0.81% 0.76% -
XYZ 27.21 14.43 25.4 -
YUV 94.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 193 36 138 0 0.81 0.28 0.24 321.02 0.69 0.45
Hex C1 24 8A 0 51 1C 18 141 45 2D
Octal 301 44 212 0 121 34 30 501 105 55
Binary 11000001 100100 10001010 0 1010001 11100 11000 101000001 1000101 101101

Color Harmonies of #C1248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1248A

Black with #C1248A

Text Example


Text Example

White with #C1248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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