#CD48C3

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

Shades of Fuchsia #CD48C3

Tints of Fuchsia #CD48C3

Color information

#CD48C3 (or 0xCD48C3) is unknown color: approx Fuchsia. HEX triplet: CD, 48 and C3. RGB value is (205,72,195). Sum of RGB (Red+Green+Blue) = 205+72+195=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD48C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD48C3 is #32B73C. Grayscale: #7D7D7D. Windows color (decimal): -3323709 or 12798157. OLE color: 12798157.

HSL color Cylindrical-coordinate representation of color #CD48C3: hue angle of 304.51º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD48C3 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20572195-
CMYK00.650.050.20
HSL304.51º57.08%54.31%-
HSV(B)304.51º64.88%80.39%-
XYZ37.3421.5553.82-
YUV125.79167.06184.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 72 (28.52% from 255) = 15.25%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=43.43%
G=15.25%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057219500.650.050.20304.5157.0854.31
HexCD48C30415141313936
Octal31511030301015244617166
Binary110011011001000110000110100000110110100100110001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD48C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD48C3; }

 p { color: rgb(205,72,195); }

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

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

 a { background-color: rgb(205,72,195); }

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

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

 span { border-color: rgb(205,72,195); }

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