Html Css Color HEX #C1248B Medium Violet Red

📋 copy color: '#C1248B'

red 193 ◦ green 36 ◦ blue 139

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

Shades of Medium Violet Red #C1248B

Tints of Medium Violet Red #C1248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 52.45%
G = 9.78%
B = 37.77%

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

#C1248B (or 0xC1248B) is known color: Medium Violet Red. HEX triplet: C1, 24 and 8B. RGB value is (193,36,139). Sum of RGB (Red+Green+Blue) = 193+36+139=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1248B is #3EDB74. Grayscale: #5E5E5E. Windows color (decimal): -4119413 or 9118913. OLE color: 9118913.

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

Color convert

RGB 193 36 139 -
CMYK 0 0.81 0.28 0.24
HSL 320.64º 0.69% 0.45% -
HSV(B) 320.64º 0.81% 0.76% -
XYZ 27.28 14.46 25.78 -
YUV 94.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 193 36 139 0 0.81 0.28 0.24 320.64 0.69 0.45
Hex C1 24 8B 0 51 1C 18 141 45 2D
Octal 301 44 213 0 121 34 30 501 105 55
Binary 11000001 100100 10001011 0 1010001 11100 11000 101000001 1000101 101101

Color Harmonies of #C1248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1248B

Black with #C1248B

Text Example


Text Example

White with #C1248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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