#C25CCA

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

Shades of Fuchsia #C25CCA

Tints of Fuchsia #C25CCA

Color information

#C25CCA (or 0xC25CCA) is unknown color: approx Fuchsia. HEX triplet: C2, 5C and CA. RGB value is (194,92,202). Sum of RGB (Red+Green+Blue) = 194+92+202=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #C25CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CCA is #3DA335. Grayscale: #868686. Windows color (decimal): -4039478 or 13262018. OLE color: 13262018.

HSL color Cylindrical-coordinate representation of color #C25CCA: hue angle of 295.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25CCA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19492202-
CMYK0.040.5400.21
HSL295.64º50.93%57.65%-
HSV(B)295.64º54.46%79.22%-
XYZ36.7423.3958.46-
YUV135.04165.79170.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 92 (36.33% from 255) = 18.85%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=39.75%
G=18.85%
B=41.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194922020.040.5400.21295.6450.9357.65
HexC25CCA436015128333a
Octal3021343124660254506372
Binary11000010101110011001010100110110010101100101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25CCA; }

 p { color: rgb(194,92,202); }

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

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

 a { background-color: rgb(194,92,202); }

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

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

 span { border-color: rgb(194,92,202); }

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