#C72ABC

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

Shades of Fuchsia #C72ABC

Tints of Fuchsia #C72ABC

Color information

#C72ABC (or 0xC72ABC) is unknown color: approx Fuchsia. HEX triplet: C7, 2A and BC. RGB value is (199,42,188). Sum of RGB (Red+Green+Blue) = 199+42+188=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C72ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ABC is #38D543. Grayscale: #696969. Windows color (decimal): -3724612 or 12331719. OLE color: 12331719.

HSL color Cylindrical-coordinate representation of color #C72ABC: hue angle of 304.2º 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 #C72ABC is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19942188-
CMYK00.790.060.22
HSL304.2º65.15%47.25%-
HSV(B)304.2º78.89%78.04%-
XYZ33.4617.4349.18-
YUV105.59174.51194.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.39%
GREEN value IS 42 (16.80% from 255) = 9.79%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=46.39%
G=9.79%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994218800.790.060.22304.265.1547.25
HexC72ABC04F616130412f
Octal30752274011762646010157
Binary110001111010101011110001001111110101101001100001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72ABC; }

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

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

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

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

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

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

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

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