#C02BBB

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

Shades of Fuchsia #C02BBB

Tints of Fuchsia #C02BBB

Color information

#C02BBB (or 0xC02BBB) is unknown color: approx Fuchsia. HEX triplet: C0, 2B and BB. RGB value is (192,43,187). Sum of RGB (Red+Green+Blue) = 192+43+187=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BBB is #3FD444. Grayscale: #676767. Windows color (decimal): -4183109 or 12266432. OLE color: 12266432.

HSL color Cylindrical-coordinate representation of color #C02BBB: hue angle of 302.01º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02BBB is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19243187-
CMYK00.780.030.25
HSL302.01º63.4%46.08%-
HSV(B)302.01º77.6%75.29%-
XYZ31.5716.5248.54-
YUV103.97174.86190.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 43 (17.19% from 255) = 10.19%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=45.50%
G=10.19%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924318700.780.030.25302.0163.446.08
HexC02BBB04E31912e3f2e
Octal3005327301163314567756
Binary1100000010101110111011010011101111001100101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02BBB; }

 p { color: rgb(192,43,187); }

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

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

 a { background-color: rgb(192,43,187); }

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

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

 span { border-color: rgb(192,43,187); }

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