#CD5CC1

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

Shades of Fuchsia #CD5CC1

Tints of Fuchsia #CD5CC1

Color information

#CD5CC1 (or 0xCD5CC1) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and C1. RGB value is (205,92,193). Sum of RGB (Red+Green+Blue) = 205+92+193=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CC1 is #32A33E. Grayscale: #898989. Windows color (decimal): -3318591 or 12672205. OLE color: 12672205.

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

Color convert

RGB20592193-
CMYK00.550.060.20
HSL306.37º53.05%58.24%-
HSV(B)306.37º55.12%80.39%-
XYZ38.6324.4853.14-
YUV137.3159.44176.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 92 (36.33% from 255) = 18.78%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=41.84%
G=18.78%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059219300.550.060.20306.3753.0558.24
HexCD5CC1037614132353a
Octal3151343010676244626572
Binary11001101101110011000001011011111010100100110010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CC1; }

 p { color: rgb(205,92,193); }

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

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

 a { background-color: rgb(205,92,193); }

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

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

 span { border-color: rgb(205,92,193); }

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