#CD52B3

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

Shades of Fuchsia #CD52B3

Tints of Fuchsia #CD52B3

Color information

#CD52B3 (or 0xCD52B3) is unknown color: approx Fuchsia. HEX triplet: CD, 52 and B3. RGB value is (205,82,179). Sum of RGB (Red+Green+Blue) = 205+82+179=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52B3 is #32AD4C. Grayscale: #818181. Windows color (decimal): -3321165 or 11752141. OLE color: 11752141.

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

Color convert

RGB20582179-
CMYK00.60.130.20
HSL312.68º55.16%56.27%-
HSV(B)312.68º60%80.39%-
XYZ36.3322.2745.03-
YUV129.84155.75181.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 82 (32.42% from 255) = 17.60%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=43.99%
G=17.60%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058217900.60.130.20312.6855.1656.27
HexCD52B303CD141393738
Octal31512226307415244716770
Binary110011011010010101100110111100110110100100111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD52B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD52B3; }

 p { color: rgb(205,82,179); }

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

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

 a { background-color: rgb(205,82,179); }

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

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

 span { border-color: rgb(205,82,179); }

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