#C102CD

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

Shades of Deep Magenta #C102CD

Tints of Deep Magenta #C102CD

Color information

#C102CD (or 0xC102CD) is unknown color: approx Deep Magenta. HEX triplet: C1, 02 and CD. RGB value is (193,2,205). Sum of RGB (Red+Green+Blue) = 193+2+205=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #C102CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C102CD is #3EFD32. Grayscale: #515151. Windows color (decimal): -4128051 or 13435585. OLE color: 13435585.

HSL color Cylindrical-coordinate representation of color #C102CD: hue angle of 296.45º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102CD is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1932205-
CMYK0.060.9900.20
HSL296.45º98.07%40.59%-
HSV(B)296.45º99.02%80.39%-
XYZ33.0315.7959.06-
YUV82.25197.28206.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 2 (1.17% from 255) = 0.5%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=48.25%
G=0.5%
B=51.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19322050.060.9900.20296.4598.0740.59
HexC12CD6630141286229
Octal3012315614302445014251
Binary11000001101100110111011000110101001001010001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C102CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C102CD; }

 p { color: rgb(193,2,205); }

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

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

 a { background-color: rgb(193,2,205); }

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

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

 span { border-color: rgb(193,2,205); }

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