#C304CA

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

Shades of Deep Magenta #C304CA

Tints of Deep Magenta #C304CA

Color information

#C304CA (or 0xC304CA) is unknown color: approx Deep Magenta. HEX triplet: C3, 04 and CA. RGB value is (195,4,202). Sum of RGB (Red+Green+Blue) = 195+4+202=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #C304CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304CA is #3CFB35. Grayscale: #535353. Windows color (decimal): -3996470 or 13239491. OLE color: 13239491.

HSL color Cylindrical-coordinate representation of color #C304CA: hue angle of 297.88º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C304CA is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1954202-
CMYK0.030.9800.21
HSL297.88º96.12%40.39%-
HSV(B)297.88º98.02%79.22%-
XYZ33.2115.9557.21-
YUV83.68194.78207.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 4 (1.95% from 255) = 1.00%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=48.63%
G=1.00%
B=50.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19542020.030.9800.21297.8896.1240.39
HexC34CA36201512a6028
Octal3034312314202545214050
Binary11000011100110010101111000100101011001010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C304CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C304CA; }

 p { color: rgb(195,4,202); }

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

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

 a { background-color: rgb(195,4,202); }

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

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

 span { border-color: rgb(195,4,202); }

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