Html Css Color HEX #C1237A Medium Violet Red

📋 copy color: '#C1237A'

red 193 ◦ green 35 ◦ blue 122

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

Shades of Medium Violet Red #C1237A

Tints of Medium Violet Red #C1237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 55.14%
G = 10%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1237A (or 0xC1237A) is known color: Medium Violet Red. HEX triplet: C1, 23 and 7A. RGB value is (193,35,122). Sum of RGB (Red+Green+Blue) = 193+35+122=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1237A is #3EDC85. Grayscale: #5B5B5B. Windows color (decimal): -4119686 or 8004545. OLE color: 8004545.

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

Color convert

RGB 193 35 122 -
CMYK 0 0.82 0.37 0.24
HSL 326.96º 0.69% 0.45% -
HSV(B) 326.96º 0.82% 0.76% -
XYZ 26.11 13.94 19.73 -
YUV 92.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 193 35 122 0 0.82 0.37 0.24 326.96 0.69 0.45
Hex C1 23 7A 0 52 25 18 147 45 2D
Octal 301 43 172 0 122 45 30 507 105 55
Binary 11000001 100011 1111010 0 1010010 100101 11000 101000111 1000101 101101

Color Harmonies of #C1237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1237A

Black with #C1237A

Text Example


Text Example

White with #C1237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1237A; }

 p { color: rgb(193,35,122); }

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

background-color css

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

 a { background-color: rgb(193,35,122); }

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

border-color css

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

 span { border-color: rgb(193,35,122); }

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