#C62BBD

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

Shades of Fuchsia #C62BBD

Tints of Fuchsia #C62BBD

Color information

#C62BBD (or 0xC62BBD) is unknown color: approx Fuchsia. HEX triplet: C6, 2B and BD. RGB value is (198,43,189). Sum of RGB (Red+Green+Blue) = 198+43+189=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BBD is #39D442. Grayscale: #696969. Windows color (decimal): -3789891 or 12397510. OLE color: 12397510.

HSL color Cylindrical-coordinate representation of color #C62BBD: hue angle of 303.48º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62BBD is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19843189-
CMYK00.780.050.22
HSL303.48º64.32%47.25%-
HSV(B)303.48º78.28%77.65%-
XYZ33.3417.4149.75-
YUV105.99174.85193.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 43 (17.19% from 255) = 10%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=46.05%
G=10%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984318900.780.050.22303.4864.3247.25
HexC62BBD04E51612f402f
Octal30653275011652645710057
Binary110001101010111011110101001110101101101001011111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62BBD; }

 p { color: rgb(198,43,189); }

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

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

 a { background-color: rgb(198,43,189); }

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

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

 span { border-color: rgb(198,43,189); }

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