#CD35B0

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

Shades of Fuchsia #CD35B0

Tints of Fuchsia #CD35B0

Color information

#CD35B0 (or 0xCD35B0) is unknown color: approx Fuchsia. HEX triplet: CD, 35 and B0. RGB value is (205,53,176). Sum of RGB (Red+Green+Blue) = 205+53+176=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD35B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD35B0 is #32CA4F. Grayscale: #707070. Windows color (decimal): -3328592 or 11548109. OLE color: 11548109.

HSL color Cylindrical-coordinate representation of color #CD35B0: hue angle of 311.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD35B0 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20553176-
CMYK00.740.140.20
HSL311.45º60.32%50.59%-
HSV(B)311.45º74.15%80.39%-
XYZ34.2918.6642.87-
YUV112.47163.86194-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 53 (21.09% from 255) = 12.21%
BLUE value IS 176 (69.14% from 255) = 40.55%
R=47.24%
G=12.21%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055317600.740.140.20311.4560.3250.59
HexCD35B004AE141373c33
Octal31565260011216244677463
Binary110011011101011011000001001010111010100100110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD35B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD35B0; }

 p { color: rgb(205,53,176); }

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

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

 a { background-color: rgb(205,53,176); }

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

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

 span { border-color: rgb(205,53,176); }

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