Html Css Color HEX #C1287D Medium Red Violet

📋 copy color: '#C1287D'

red 193 ◦ green 40 ◦ blue 125

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

Shades of Medium Red Violet #C1287D

Tints of Medium Red Violet #C1287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.17%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 53.91%
G = 11.17%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1287D (or 0xC1287D) is known color: Medium Red Violet. HEX triplet: C1, 28 and 7D. RGB value is (193,40,125). Sum of RGB (Red+Green+Blue) = 193+40+125=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1287D is #3ED782. Grayscale: #5F5F5F. Windows color (decimal): -4118403 or 8202433. OLE color: 8202433.

HSL color Cylindrical-coordinate representation of color #C1287D: hue angle of 326.67º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1287D is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 125 -
CMYK 0 0.79 0.35 0.24
HSL 326.67º 0.66% 0.46% -
HSV(B) 326.67º 0.79% 0.76% -
XYZ 26.45 14.34 20.77 -
YUV 95.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 193 40 125 0 0.79 0.35 0.24 326.67 0.66 0.46
Hex C1 28 7D 0 4F 23 18 147 42 2E
Octal 301 50 175 0 117 43 30 507 102 56
Binary 11000001 101000 1111101 0 1001111 100011 11000 101000111 1000010 101110

Color Harmonies of #C1287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1287D

Black with #C1287D

Text Example


Text Example

White with #C1287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1287D; }

 p { color: rgb(193,40,125); }

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

background-color css

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

 a { background-color: rgb(193,40,125); }

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

border-color css

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

 span { border-color: rgb(193,40,125); }

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