#C75CCD

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

Shades of Fuchsia #C75CCD

Tints of Fuchsia #C75CCD

Color information

#C75CCD (or 0xC75CCD) is unknown color: approx Fuchsia. HEX triplet: C7, 5C and CD. RGB value is (199,92,205). Sum of RGB (Red+Green+Blue) = 199+92+205=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C75CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CCD is #38A332. Grayscale: #888888. Windows color (decimal): -3711795 or 13458631. OLE color: 13458631.

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

Color convert

RGB19992205-
CMYK0.030.5500.20
HSL296.81º53.05%58.24%-
HSV(B)296.81º55.12%80.39%-
XYZ38.424.260.41-
YUV136.88166.45172.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=40.12%
G=18.55%
B=41.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199922050.030.5500.20296.8153.0558.24
HexC75CCD337014129353a
Octal3071343153670244516572
Binary1100011110111001100110111110111010100100101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75CCD; }

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

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

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

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

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

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

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

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