#C070B4

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

Shades of Fuchsia #C070B4

Tints of Fuchsia #C070B4

Color information

#C070B4 (or 0xC070B4) is unknown color: approx Fuchsia. HEX triplet: C0, 70 and B4. RGB value is (192,112,180). Sum of RGB (Red+Green+Blue) = 192+112+180=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C070B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070B4 is #3F8F4B. Grayscale: #8F8F8F. Windows color (decimal): -4165452 or 11825344. OLE color: 11825344.

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

Color convert

RGB192112180-
CMYK00.420.060.25
HSL309º38.83%59.61%-
HSV(B)309º41.67%75.29%-
XYZ35.7726.0946.33-
YUV143.67148.5162.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=39.67%
G=23.14%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211218000.420.060.2530938.8359.61
HexC070B402A619135273c
Octal3001602640526314654774
Binary11000000111000010110100010101011011001100110101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070B4; }

 p { color: rgb(192,112,180); }

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

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

 a { background-color: rgb(192,112,180); }

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

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

 span { border-color: rgb(192,112,180); }

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