#C02BBA

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

Shades of Fuchsia #C02BBA

Tints of Fuchsia #C02BBA

Color information

#C02BBA (or 0xC02BBA) is unknown color: approx Fuchsia. HEX triplet: C0, 2B and BA. RGB value is (192,43,186). Sum of RGB (Red+Green+Blue) = 192+43+186=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BBA is #3FD445. Grayscale: #676767. Windows color (decimal): -4183110 or 12200896. OLE color: 12200896.

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

Color convert

RGB19243186-
CMYK00.780.030.25
HSL302.42º63.4%46.08%-
HSV(B)302.42º77.6%75.29%-
XYZ31.4716.4847.98-
YUV103.85174.36190.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 43 (17.19% from 255) = 10.21%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=45.61%
G=10.21%
B=44.18%

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
Decimal1924318600.780.030.25302.4263.446.08
HexC02BBA04E31912e3f2e
Octal3005327201163314567756
Binary1100000010101110111010010011101111001100101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02BBA; }

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

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

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

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

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

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

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

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