#C072B9

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

Shades of Fuchsia #C072B9

Tints of Fuchsia #C072B9

Color information

#C072B9 (or 0xC072B9) is unknown color: approx Fuchsia. HEX triplet: C0, 72 and B9. RGB value is (192,114,185). Sum of RGB (Red+Green+Blue) = 192+114+185=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C072B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072B9 is #3F8D46. Grayscale: #919191. Windows color (decimal): -4164935 or 12153536. OLE color: 12153536.

HSL color Cylindrical-coordinate representation of color #C072B9: hue angle of 305.38º 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 #C072B9 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192114185-
CMYK00.410.040.25
HSL305.38º38.24%60%-
HSV(B)305.38º40.62%75.29%-
XYZ36.5126.7449.14-
YUV145.42150.34161.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=39.10%
G=23.22%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211418500.410.040.25305.3838.2460
HexC072B9029419131263c
Octal3001622710514314614674
Binary11000000111001010111001010100110011001100110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072B9; }

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

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

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

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

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

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

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

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