#C60BDA

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

Shades of Deep Magenta #C60BDA

Tints of Deep Magenta #C60BDA

Color information

#C60BDA (or 0xC60BDA) is unknown color: approx Deep Magenta. HEX triplet: C6, 0B and DA. RGB value is (198,11,218). Sum of RGB (Red+Green+Blue) = 198+11+218=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #C60BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BDA is #39F425. Grayscale: #595959. Windows color (decimal): -3798054 or 14289862. OLE color: 14289862.

HSL color Cylindrical-coordinate representation of color #C60BDA: hue angle of 294.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BDA is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19811218-
CMYK0.090.9500.15
HSL294.2º90.39%44.9%-
HSV(B)294.2º94.95%85.49%-
XYZ36.0617.3167.77-
YUV90.51199.95204.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 11 (4.69% from 255) = 2.58%
BLUE value IS 218 (85.55% from 255) = 51.05%
R=46.37%
G=2.58%
B=51.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198112180.090.9500.15294.290.3944.9
HexC6BDA95F0F1265a2d
Octal306133321113701744613255
Binary1100011010111101101010011011111011111001001101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60BDA; }

 p { color: rgb(198,11,218); }

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

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

 a { background-color: rgb(198,11,218); }

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

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

 span { border-color: rgb(198,11,218); }

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