#C300D5

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

Shades of Deep Magenta #C300D5

Tints of Deep Magenta #C300D5

Color information

#C300D5 (or 0xC300D5) is unknown color: approx Deep Magenta. HEX triplet: C3, 00 and D5. RGB value is (195,0,213). Sum of RGB (Red+Green+Blue) = 195+0+213=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #C300D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300D5 is #3CFF2A. Grayscale: #515151. Windows color (decimal): -3997483 or 13959363. OLE color: 13959363.

HSL color Cylindrical-coordinate representation of color #C300D5: hue angle of 294.93º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300D5 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1950213-
CMYK0.08100.16
HSL294.93º100%41.76%-
HSV(B)294.93º100%83.53%-
XYZ34.5216.4164.3-
YUV82.59201.6208.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 213 (83.59% from 255) = 52.21%
R=47.79%
G=0%
B=52.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19502130.08100.16294.9310041.76
HexC30D5864010127642a
Octal30303251014402044714452
Binary11000011011010101100011001000100001001001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C300D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C300D5; }

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

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

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

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

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

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

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

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