#C02DC1

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

Shades of Fuchsia #C02DC1

Tints of Fuchsia #C02DC1

Color information

#C02DC1 (or 0xC02DC1) is unknown color: approx Fuchsia. HEX triplet: C0, 2D and C1. RGB value is (192,45,193). Sum of RGB (Red+Green+Blue) = 192+45+193=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #C02DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DC1 is #3FD23E. Grayscale: #696969. Windows color (decimal): -4182591 or 12660160. OLE color: 12660160.

HSL color Cylindrical-coordinate representation of color #C02DC1: hue angle of 299.59º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02DC1 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19245193-
CMYK0.010.7700.24
HSL299.59º62.18%46.67%-
HSV(B)299.59º76.68%75.69%-
XYZ32.316.9352.02-
YUV105.83177.2189.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 45 (17.97% from 255) = 10.47%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=44.65%
G=10.47%
B=44.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192451930.010.7700.24299.5962.1846.67
HexC02DC114D01812c3e2f
Octal3005530111150304547657
Binary110000001011011100000111001101011000100101100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02DC1; }

 p { color: rgb(192,45,193); }

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

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

 a { background-color: rgb(192,45,193); }

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

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

 span { border-color: rgb(192,45,193); }

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