#C95ACA

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

Shades of Fuchsia #C95ACA

Tints of Fuchsia #C95ACA

Color information

#C95ACA (or 0xC95ACA) is unknown color: approx Fuchsia. HEX triplet: C9, 5A and CA. RGB value is (201,90,202). Sum of RGB (Red+Green+Blue) = 201+90+202=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #C95ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ACA is #36A535. Grayscale: #878787. Windows color (decimal): -3581238 or 13261513. OLE color: 13261513.

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

Color convert

RGB20190202-
CMYK0.000.5500.21
HSL299.46º51.38%57.25%-
HSV(B)299.46º55.45%79.22%-
XYZ38.423.9958.48-
YUV135.96165.27174.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 90 (35.55% from 255) = 18.26%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=40.77%
G=18.26%
B=40.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201902020.000.5500.21299.4651.3857.25
HexC95ACA03701512b3339
Octal3111323120670254536371
Binary110010011011010110010100110111010101100101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95ACA; }

 p { color: rgb(201,90,202); }

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

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

 a { background-color: rgb(201,90,202); }

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

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

 span { border-color: rgb(201,90,202); }

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