#C610CC

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

Shades of Deep Magenta #C610CC

Tints of Deep Magenta #C610CC

Color information

#C610CC (or 0xC610CC) is unknown color: approx Deep Magenta. HEX triplet: C6, 10 and CC. RGB value is (198,16,204). Sum of RGB (Red+Green+Blue) = 198+16+204=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C610CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610CC is #39EF33. Grayscale: #5B5B5B. Windows color (decimal): -3796788 or 13373638. OLE color: 13373638.

HSL color Cylindrical-coordinate representation of color #C610CC: hue angle of 298.09º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610CC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19816204-
CMYK0.030.9200.2
HSL298.09º85.45%43.14%-
HSV(B)298.09º92.16%80%-
XYZ34.3716.7458.55-
YUV91.85191.3203.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 16 (6.64% from 255) = 3.83%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=47.37%
G=3.83%
B=48.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal198162040.030.9200.2298.0985.4543.14
HexC610CC35C01412a552b
Octal30620314313402445212553
Binary1100011010000110011001110111000101001001010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C610CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C610CC; }

 p { color: rgb(198,16,204); }

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

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

 a { background-color: rgb(198,16,204); }

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

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

 span { border-color: rgb(198,16,204); }

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