#C339CD

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

Shades of Fuchsia #C339CD

Tints of Fuchsia #C339CD

Color information

#C339CD (or 0xC339CD) is unknown color: approx Fuchsia. HEX triplet: C3, 39 and CD. RGB value is (195,57,205). Sum of RGB (Red+Green+Blue) = 195+57+205=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #C339CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339CD is #3CC632. Grayscale: #727272. Windows color (decimal): -3982899 or 13449667. OLE color: 13449667.

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

Color convert

RGB19557205-
CMYK0.050.7200.20
HSL295.95º59.68%51.37%-
HSV(B)295.95º72.2%80.39%-
XYZ34.9918.9459.57-
YUV115.13178.72184.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 57 (22.66% from 255) = 12.47%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=42.67%
G=12.47%
B=44.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195572050.050.7200.20295.9559.6851.37
HexC339CD5480141283c33
Octal3037131551100244507463
Binary11000011111001110011011011001000010100100101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C339CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C339CD; }

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

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

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

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

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

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

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

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