#C75BCD

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

Shades of Fuchsia #C75BCD

Tints of Fuchsia #C75BCD

Color information

#C75BCD (or 0xC75BCD) is unknown color: approx Fuchsia. HEX triplet: C7, 5B and CD. RGB value is (199,91,205). Sum of RGB (Red+Green+Blue) = 199+91+205=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #C75BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BCD is #38A432. Grayscale: #878787. Windows color (decimal): -3712051 or 13458375. OLE color: 13458375.

HSL color Cylindrical-coordinate representation of color #C75BCD: hue angle of 296.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75BCD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19991205-
CMYK0.030.5600.20
HSL296.84º53.27%58.04%-
HSV(B)296.84º55.61%80.39%-
XYZ38.3124.0360.38-
YUV136.29166.78172.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 91 (35.94% from 255) = 18.38%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=40.20%
G=18.38%
B=41.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199912050.030.5600.20296.8453.2758.04
HexC75BCD338014129353a
Octal3071333153700244516572
Binary1100011110110111100110111111000010100100101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75BCD; }

 p { color: rgb(199,91,205); }

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

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

 a { background-color: rgb(199,91,205); }

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

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

 span { border-color: rgb(199,91,205); }

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