#D03CC1

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

Shades of Fuchsia #D03CC1

Tints of Fuchsia #D03CC1

Color information

#D03CC1 (or 0xD03CC1) is unknown color: approx Fuchsia. HEX triplet: D0, 3C and C1. RGB value is (208,60,193). Sum of RGB (Red+Green+Blue) = 208+60+193=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CC1 is #2FC33E. Grayscale: #777777. Windows color (decimal): -3130175 or 12664016. OLE color: 12664016.

HSL color Cylindrical-coordinate representation of color #D03CC1: hue angle of 306.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03CC1 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20860193-
CMYK00.710.070.18
HSL306.08º61.16%52.55%-
HSV(B)306.08º71.15%81.57%-
XYZ37.2520.4952.44-
YUV119.41169.53191.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 60 (23.83% from 255) = 13.02%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=45.12%
G=13.02%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086019300.710.070.18306.0861.1652.55
HexD03CC10477121323d35
Octal3207430101077224627565
Binary11010000111100110000010100011111110010100110010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03CC1; }

 p { color: rgb(208,60,193); }

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

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

 a { background-color: rgb(208,60,193); }

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

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

 span { border-color: rgb(208,60,193); }

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