#C3007F

Color #C3007F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C3007F

Tints of Medium Violet Red #C3007F

Color information

#C3007F (or 0xC3007F) is unknown color: approx Medium Violet Red. HEX triplet: C3, 00 and 7F. RGB value is (195,0,127). Sum of RGB (Red+Green+Blue) = 195+0+127=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3007F is #3CFF80. Grayscale: #484848. Windows color (decimal): -3997569 or 8323267. OLE color: 8323267.

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

Color convert

RGB1950127-
CMYK010.350.24
HSL320.92º100%38.24%-
HSV(B)320.92º100%76.47%-
XYZ26.3413.1321.23-
YUV72.78158.6215.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 39.44%
R=60.56%
G=0%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1950127010.350.24320.9210038.24
HexC307F06423181416426
Octal30301770144433050114446
Binary110000110111111101100100100011110001010000011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3007F; }

 p { color: rgb(195,0,127); }

 H1.HeaderClassName
 {
   color: #C3007F;
 }
 .AnyTagClassName
 {
   color: #C3007F;
 }
</style>
background-color css

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

 a { background-color: rgb(195,0,127); }

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

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

 span { border-color: rgb(195,0,127); }

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