Html Css Color HEX #C1007E Medium Violet Red

📋 copy color: '#C1007E'

red 193 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #C1007E

Tints of Medium Violet Red #C1007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 60.5%
G = 0%
B = 39.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1007E (or 0xC1007E) is known color: Medium Violet Red. HEX triplet: C1, 00 and 7E. RGB value is (193,0,126). Sum of RGB (Red+Green+Blue) = 193+0+126=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1007E is #3EFF81. Grayscale: #474747. Windows color (decimal): -4128642 or 8257729. OLE color: 8257729.

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

Color convert

RGB 193 0 126 -
CMYK 0 1 0.35 0.24
HSL 320.83º 1% 0.38% -
HSV(B) 320.83º 1% 0.76% -
XYZ 25.76 12.84 20.86 -
YUV 72.07 158.44 214.25 -
System Red Green Blue C M Y K H S L
Decimal 193 0 126 0 1 0.35 0.24 320.83 1 0.38
Hex C1 0 7E 0 64 23 18 141 64 26
Octal 301 0 176 0 144 43 30 501 144 46
Binary 11000001 0 1111110 0 1100100 100011 11000 101000001 1100100 100110

Color Harmonies of #C1007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1007E

Black with #C1007E

Text Example


Text Example

White with #C1007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1007E; }

 p { color: rgb(193,0,126); }

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

background-color css

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

 a { background-color: rgb(193,0,126); }

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

border-color css

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

 span { border-color: rgb(193,0,126); }

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