#C30CC1

Color #C30CC1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C30CC1

Tints of Deep Magenta #C30CC1

Color information

#C30CC1 (or 0xC30CC1) is unknown color: approx Deep Magenta. HEX triplet: C3, 0C and C1. RGB value is (195,12,193). Sum of RGB (Red+Green+Blue) = 195+12+193=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CC1 is #3CF33E. Grayscale: #565656. Windows color (decimal): -3994431 or 12651715. OLE color: 12651715.

HSL color Cylindrical-coordinate representation of color #C30CC1: hue angle of 300.66º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CC1 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB19512193-
CMYK00.940.010.24
HSL300.66º88.41%40.59%-
HSV(B)300.66º93.85%76.47%-
XYZ32.2615.7251.78-
YUV87.35187.63204.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 12 (5.08% from 255) = 3%
BLUE value IS 193 (75.78% from 255) = 48.25%
R=48.75%
G=3%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951219300.940.010.24300.6688.4140.59
HexC3CC105E11812d5829
Octal30314301013613045513051
Binary11000011110011000001010111101110001001011011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30CC1; }

 p { color: rgb(195,12,193); }

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

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

 a { background-color: rgb(195,12,193); }

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

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

 span { border-color: rgb(195,12,193); }

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