#C93ACA

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

Shades of Fuchsia #C93ACA

Tints of Fuchsia #C93ACA

Color information

#C93ACA (or 0xC93ACA) is unknown color: approx Fuchsia. HEX triplet: C9, 3A and CA. RGB value is (201,58,202). Sum of RGB (Red+Green+Blue) = 201+58+202=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #C93ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ACA is #36C535. Grayscale: #747474. Windows color (decimal): -3589430 or 13253321. OLE color: 13253321.

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

Color convert

RGB20158202-
CMYK0.000.7100.21
HSL299.58º57.6%50.98%-
HSV(B)299.58º71.29%79.22%-
XYZ36.2619.7157.77-
YUV117.17175.88187.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 58 (23.05% from 255) = 12.58%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=43.60%
G=12.58%
B=43.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201582020.000.7100.21299.5857.650.98
HexC93ACA04701512c3a33
Octal3117231201070254547263
Binary110010011110101100101001000111010101100101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93ACA; }

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

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

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

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

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

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

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

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