#CD3DC7

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

Shades of Fuchsia #CD3DC7

Tints of Fuchsia #CD3DC7

Color information

#CD3DC7 (or 0xCD3DC7) is unknown color: approx Fuchsia. HEX triplet: CD, 3D and C7. RGB value is (205,61,199). Sum of RGB (Red+Green+Blue) = 205+61+199=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3DC7 is #32C238. Grayscale: #777777. Windows color (decimal): -3326521 or 13057485. OLE color: 13057485.

HSL color Cylindrical-coordinate representation of color #CD3DC7: hue angle of 302.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3DC7 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB20561199-
CMYK00.700.030.20
HSL302.5º59.02%52.16%-
HSV(B)302.5º70.24%80.39%-
XYZ37.1520.4456.02-
YUV119.79172.71188.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 199 (78.12% from 255) = 42.80%
R=44.09%
G=13.12%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056119900.700.030.20302.559.0252.16
HexCD3DC704631412e3b34
Octal3157530701063244567364
Binary1100110111110111000111010001101110100100101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3DC7; }

 p { color: rgb(205,61,199); }

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

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

 a { background-color: rgb(205,61,199); }

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

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

 span { border-color: rgb(205,61,199); }

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