#c22bca

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

Shades of Fuchsia #C22BCA

Tints of Fuchsia #C22BCA

Color information

#C22BCA (or 0xC22BCA) is unknown color: approx Fuchsia. HEX triplet: C2, 2B and CA. RGB value is (194,43,202). Sum of RGB (Red+Green+Blue) = 194+43+202=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #C22BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BCA is #3DD435. Grayscale: #696969. Windows color (decimal): -4052022 or 13249474. OLE color: 13249474.

HSL color Cylindrical-coordinate representation of color #C22BCA: hue angle of 296.98º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22BCA is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19443202-
CMYK0.040.7900.21
HSL296.98º64.9%48.04%-
HSV(B)296.98º78.71%79.22%-
XYZ33.7717.4657.47-
YUV106.28182.03190.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 43 (17.19% from 255) = 9.79%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=44.19%
G=9.79%
B=46.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194432020.040.7900.21296.9864.948.04
HexC22BCA44F0151294130
Octal30253312411702545110160
Binary110000101010111100101010010011110101011001010011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c22bca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c22bca; }

 p { color: rgb(194,43,202); }

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

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

 a { background-color: rgb(194,43,202); }

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

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

 span { border-color: rgb(194,43,202); }

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