#C352CD

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

Shades of Fuchsia #C352CD

Tints of Fuchsia #C352CD

Color information

#C352CD (or 0xC352CD) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and CD. RGB value is (195,82,205). Sum of RGB (Red+Green+Blue) = 195+82+205=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #C352CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352CD is #3CAD32. Grayscale: #818181. Windows color (decimal): -3976499 or 13456067. OLE color: 13456067.

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

Color convert

RGB19582205-
CMYK0.050.600.20
HSL295.12º55.16%56.27%-
HSV(B)295.12º60%80.39%-
XYZ36.5422.0460.09-
YUV129.81170.44174.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 82 (32.42% from 255) = 17.01%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=40.46%
G=17.01%
B=42.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195822050.050.600.20295.1255.1656.27
HexC352CD53C0141273738
Octal3031223155740244476770
Binary11000011101001011001101101111100010100100100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352CD; }

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

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

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

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

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

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

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

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