#C61CCB

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

Shades of Deep Magenta #C61CCB

Tints of Deep Magenta #C61CCB

Color information

#C61CCB (or 0xC61CCB) is unknown color: approx Deep Magenta. HEX triplet: C6, 1C and CB. RGB value is (198,28,203). Sum of RGB (Red+Green+Blue) = 198+28+203=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #C61CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CCB is #39E334. Grayscale: #626262. Windows color (decimal): -3793717 or 13311174. OLE color: 13311174.

HSL color Cylindrical-coordinate representation of color #C61CCB: hue angle of 298.29º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61CCB is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19828203-
CMYK0.020.8600.20
HSL298.29º75.76%45.29%-
HSV(B)298.29º86.21%79.61%-
XYZ34.4817.1557.99-
YUV98.78186.82198.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 28 (11.33% from 255) = 6.53%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=46.15%
G=6.53%
B=47.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198282030.020.8600.20298.2975.7645.29
HexC61CCB25601412a4c2d
Octal30634313212602445211455
Binary1100011011100110010111010101100101001001010101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61CCB; }

 p { color: rgb(198,28,203); }

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

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

 a { background-color: rgb(198,28,203); }

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

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

 span { border-color: rgb(198,28,203); }

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