#C3007A

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

Shades of Medium Violet Red #C3007A

Tints of Medium Violet Red #C3007A

Color information

#C3007A (or 0xC3007A) is unknown color: approx Medium Violet Red. HEX triplet: C3, 00 and 7A. RGB value is (195,0,122). Sum of RGB (Red+Green+Blue) = 195+0+122=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C3007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3007A is #3CFF85. Grayscale: #474747. Windows color (decimal): -3997574 or 7995587. OLE color: 7995587.

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

Color convert

RGB1950122-
CMYK010.370.24
HSL322.46º100%38.24%-
HSV(B)322.46º100%76.47%-
XYZ26.0213.0119.55-
YUV72.21156.1215.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=61.51%
G=0%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1950122010.370.24322.4610038.24
HexC307A06425181426426
Octal30301720144453050214446
Binary110000110111101001100100100101110001010000101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3007A; }

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

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

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

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

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

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

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

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