#C072B7

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

Shades of Fuchsia #C072B7

Tints of Fuchsia #C072B7

Color information

#C072B7 (or 0xC072B7) is unknown color: approx Fuchsia. HEX triplet: C0, 72 and B7. RGB value is (192,114,183). Sum of RGB (Red+Green+Blue) = 192+114+183=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C072B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072B7 is #3F8D48. Grayscale: #909090. Windows color (decimal): -4164937 or 12022464. OLE color: 12022464.

HSL color Cylindrical-coordinate representation of color #C072B7: hue angle of 306.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C072B7 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB192114183-
CMYK00.410.050.25
HSL306.92º38.24%60%-
HSV(B)306.92º40.62%75.29%-
XYZ36.326.6648.03-
YUV145.19149.34161.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 114 (44.92% from 255) = 23.31%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=39.26%
G=23.31%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211418300.410.050.25306.9238.2460
HexC072B7029519133263c
Octal3001622670515314634674
Binary11000000111001010110111010100110111001100110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072B7; }

 p { color: rgb(192,114,183); }

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

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

 a { background-color: rgb(192,114,183); }

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

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

 span { border-color: rgb(192,114,183); }

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