#C95CC4

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

Shades of Fuchsia #C95CC4

Tints of Fuchsia #C95CC4

Color information

#C95CC4 (or 0xC95CC4) is unknown color: approx Fuchsia. HEX triplet: C9, 5C and C4. RGB value is (201,92,196). Sum of RGB (Red+Green+Blue) = 201+92+196=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CC4 is #36A33B. Grayscale: #888888. Windows color (decimal): -3580732 or 12868809. OLE color: 12868809.

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

Color convert

RGB20192196-
CMYK00.540.020.21
HSL302.75º50.23%57.45%-
HSV(B)302.75º54.23%78.82%-
XYZ37.8824.0654.87-
YUV136.45161.61174.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 92 (36.33% from 255) = 18.81%
BLUE value IS 196 (76.95% from 255) = 40.08%
R=41.10%
G=18.81%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019219600.540.020.21302.7550.2357.45
HexC95CC403621512f3239
Octal3111343040662254576271
Binary1100100110111001100010001101101010101100101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CC4; }

 p { color: rgb(201,92,196); }

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

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

 a { background-color: rgb(201,92,196); }

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

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

 span { border-color: rgb(201,92,196); }

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