#C752CB

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

Shades of Fuchsia #C752CB

Tints of Fuchsia #C752CB

Color information

#C752CB (or 0xC752CB) is unknown color: approx Fuchsia. HEX triplet: C7, 52 and CB. RGB value is (199,82,203). Sum of RGB (Red+Green+Blue) = 199+82+203=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #C752CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752CB is #38AD34. Grayscale: #828282. Windows color (decimal): -3714357 or 13324999. OLE color: 13324999.

HSL color Cylindrical-coordinate representation of color #C752CB: hue angle of 298.02º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C752CB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19982203-
CMYK0.020.6000.20
HSL298.02º53.78%55.88%-
HSV(B)298.02º59.61%79.61%-
XYZ37.3522.4958.87-
YUV130.78168.76176.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.12%
GREEN value IS 82 (32.42% from 255) = 16.94%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=41.12%
G=16.94%
B=41.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199822030.020.6000.20298.0253.7855.88
HexC752CB23C01412a3638
Octal3071223132740244526670
Binary1100011110100101100101110111100010100100101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C752CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C752CB; }

 p { color: rgb(199,82,203); }

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

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

 a { background-color: rgb(199,82,203); }

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

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

 span { border-color: rgb(199,82,203); }

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