#C72ABD

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

Shades of Fuchsia #C72ABD

Tints of Fuchsia #C72ABD

Color information

#C72ABD (or 0xC72ABD) is unknown color: approx Fuchsia. HEX triplet: C7, 2A and BD. RGB value is (199,42,189). Sum of RGB (Red+Green+Blue) = 199+42+189=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C72ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ABD is #38D542. Grayscale: #696969. Windows color (decimal): -3724611 or 12397255. OLE color: 12397255.

HSL color Cylindrical-coordinate representation of color #C72ABD: hue angle of 303.82º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72ABD is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19942189-
CMYK00.790.050.22
HSL303.82º65.15%47.25%-
HSV(B)303.82º78.89%78.04%-
XYZ33.5717.4749.75-
YUV105.7175.01194.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 42 (16.80% from 255) = 9.77%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=46.28%
G=9.77%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994218900.790.050.22303.8265.1547.25
HexC72ABD04F516130412f
Octal30752275011752646010157
Binary110001111010101011110101001111101101101001100001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72ABD; }

 p { color: rgb(199,42,189); }

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

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

 a { background-color: rgb(199,42,189); }

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

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

 span { border-color: rgb(199,42,189); }

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