#C72DCE

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

Shades of Fuchsia #C72DCE

Tints of Fuchsia #C72DCE

Color information

#C72DCE (or 0xC72DCE) is unknown color: approx Fuchsia. HEX triplet: C7, 2D and CE. RGB value is (199,45,206). Sum of RGB (Red+Green+Blue) = 199+45+206=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #C72DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DCE is #38D231. Grayscale: #6C6C6C. Windows color (decimal): -3723826 or 13512135. OLE color: 13512135.

HSL color Cylindrical-coordinate representation of color #C72DCE: hue angle of 297.39º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72DCE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19945206-
CMYK0.030.7800.19
HSL297.39º64.14%49.22%-
HSV(B)297.39º78.16%80.78%-
XYZ35.6318.4860.08-
YUV109.4182.52191.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 45 (17.97% from 255) = 10%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=44.22%
G=10%
B=45.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal199452060.030.7800.19297.3964.1449.22
HexC72DCE34E0131294031
Octal30755316311602345110061
Binary11000111101101110011101110011100100111001010011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72DCE; }

 p { color: rgb(199,45,206); }

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

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

 a { background-color: rgb(199,45,206); }

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

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

 span { border-color: rgb(199,45,206); }

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