#CD3DB5

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

Shades of Fuchsia #CD3DB5

Tints of Fuchsia #CD3DB5

Color information

#CD3DB5 (or 0xCD3DB5) is unknown color: approx Fuchsia. HEX triplet: CD, 3D and B5. RGB value is (205,61,181). Sum of RGB (Red+Green+Blue) = 205+61+181=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3DB5 is #32C24A. Grayscale: #757575. Windows color (decimal): -3326539 or 11877837. OLE color: 11877837.

HSL color Cylindrical-coordinate representation of color #CD3DB5: hue angle of 310º 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 #CD3DB5 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB20561181-
CMYK00.700.120.20
HSL310º59.02%52.16%-
HSV(B)310º70.24%80.39%-
XYZ35.1919.6545.65-
YUV117.74163.71190.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 61 (24.22% from 255) = 13.65%
BLUE value IS 181 (71.09% from 255) = 40.49%
R=45.86%
G=13.65%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056118100.700.120.2031059.0252.16
HexCD3DB5046C141363b34
Octal31575265010614244667364
Binary110011011111011011010101000110110010100100110110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3DB5; }

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

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

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

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

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

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

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

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