#CD35B1

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

Shades of Fuchsia #CD35B1

Tints of Fuchsia #CD35B1

Color information

#CD35B1 (or 0xCD35B1) is unknown color: approx Fuchsia. HEX triplet: CD, 35 and B1. RGB value is (205,53,177). Sum of RGB (Red+Green+Blue) = 205+53+177=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD35B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD35B1 is #32CA4E. Grayscale: #707070. Windows color (decimal): -3328591 or 11613645. OLE color: 11613645.

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

Color convert

RGB20553177-
CMYK00.740.140.20
HSL311.05º60.32%50.59%-
HSV(B)311.05º74.15%80.39%-
XYZ34.3918.743.39-
YUV112.58164.36193.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 53 (21.09% from 255) = 12.18%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=47.13%
G=12.18%
B=40.69%

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
Decimal2055317700.740.140.20311.0560.3250.59
HexCD35B104AE141373c33
Octal31565261011216244677463
Binary110011011101011011000101001010111010100100110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD35B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD35B1; }

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

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

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

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

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

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

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

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