#C448CD

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

Shades of Fuchsia #C448CD

Tints of Fuchsia #C448CD

Color information

#C448CD (or 0xC448CD) is unknown color: approx Fuchsia. HEX triplet: C4, 48 and CD. RGB value is (196,72,205). Sum of RGB (Red+Green+Blue) = 196+72+205=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #C448CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448CD is #3BB732. Grayscale: #7B7B7B. Windows color (decimal): -3913523 or 13453508. OLE color: 13453508.

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

Color convert

RGB19672205-
CMYK0.040.6500.20
HSL295.94º57.08%54.31%-
HSV(B)295.94º64.88%80.39%-
XYZ36.120.7859.87-
YUV124.24173.58179.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 72 (28.52% from 255) = 15.22%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=41.44%
G=15.22%
B=43.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196722050.040.6500.20295.9457.0854.31
HexC448CD4410141283936
Octal30411031541010244507166
Binary110001001001000110011011001000001010100100101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C448CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C448CD; }

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

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

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

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

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

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

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

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