#C06BB1

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

Shades of Fuchsia #C06BB1

Tints of Fuchsia #C06BB1

Color information

#C06BB1 (or 0xC06BB1) is unknown color: approx Fuchsia. HEX triplet: C0, 6B and B1. RGB value is (192,107,177). Sum of RGB (Red+Green+Blue) = 192+107+177=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06BB1 is #3F944E. Grayscale: #8C8C8C. Windows color (decimal): -4166735 or 11627456. OLE color: 11627456.

HSL color Cylindrical-coordinate representation of color #C06BB1: hue angle of 310.59º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06BB1 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192107177-
CMYK00.440.080.25
HSL310.59º40.28%58.63%-
HSV(B)310.59º44.27%75.29%-
XYZ34.9324.944.56-
YUV140.4148.66164.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 107 (42.19% from 255) = 22.48%
BLUE value IS 177 (69.53% from 255) = 37.18%
R=40.34%
G=22.48%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210717700.440.080.25310.5940.2858.63
HexC06BB102C819137283b
Octal30015326105410314675073
Binary110000001101011101100010101100100011001100110111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BB1; }

 p { color: rgb(192,107,177); }

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

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

 a { background-color: rgb(192,107,177); }

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

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

 span { border-color: rgb(192,107,177); }

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