#C252CC

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

Shades of Fuchsia #C252CC

Tints of Fuchsia #C252CC

Color information

#C252CC (or 0xC252CC) is unknown color: approx Fuchsia. HEX triplet: C2, 52 and CC. RGB value is (194,82,204). Sum of RGB (Red+Green+Blue) = 194+82+204=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #C252CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252CC is #3DAD33. Grayscale: #818181. Windows color (decimal): -4042036 or 13390530. OLE color: 13390530.

HSL color Cylindrical-coordinate representation of color #C252CC: hue angle of 295.08º degrees, saturation: 0.54, 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 #C252CC is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19482204-
CMYK0.050.6000.2
HSL295.08º54.46%56.08%-
HSV(B)295.08º59.8%80%-
XYZ36.1621.8659.44-
YUV129.4170.11174.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 82 (32.42% from 255) = 17.08%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=40.42%
G=17.08%
B=42.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194822040.050.6000.2295.0854.4656.08
HexC252CC53C0141273638
Octal3021223145740244476670
Binary11000010101001011001100101111100010100100100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C252CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C252CC; }

 p { color: rgb(194,82,204); }

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

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

 a { background-color: rgb(194,82,204); }

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

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

 span { border-color: rgb(194,82,204); }

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