#C72DBE

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

Shades of Fuchsia #C72DBE

Tints of Fuchsia #C72DBE

Color information

#C72DBE (or 0xC72DBE) is unknown color: approx Fuchsia. HEX triplet: C7, 2D and BE. RGB value is (199,45,190). Sum of RGB (Red+Green+Blue) = 199+45+190=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DBE is #38D241. Grayscale: #6B6B6B. Windows color (decimal): -3723842 or 12463559. OLE color: 12463559.

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

Color convert

RGB19945190-
CMYK00.770.050.22
HSL303.51º63.11%47.84%-
HSV(B)303.51º77.39%78.04%-
XYZ33.7917.7450.36-
YUV107.58174.52193.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 45 (17.97% from 255) = 10.37%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=45.85%
G=10.37%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994519000.770.050.22303.5163.1147.84
HexC72DBE04D5161303f30
Octal3075527601155264607760
Binary11000111101101101111100100110110110110100110000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72DBE; }

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

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

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

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

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

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

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

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