#C262B7

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

Shades of Fuchsia #C262B7

Tints of Fuchsia #C262B7

Color information

#C262B7 (or 0xC262B7) is unknown color: approx Fuchsia. HEX triplet: C2, 62 and B7. RGB value is (194,98,183). Sum of RGB (Red+Green+Blue) = 194+98+183=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C262B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262B7 is #3D9D48. Grayscale: #888888. Windows color (decimal): -4037961 or 12018370. OLE color: 12018370.

HSL color Cylindrical-coordinate representation of color #C262B7: hue angle of 306.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C262B7 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19498183-
CMYK00.490.060.24
HSL306.88º44.04%57.25%-
HSV(B)306.88º49.48%76.08%-
XYZ35.1623.6247.51-
YUV136.39154.3169.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 98 (38.67% from 255) = 20.63%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=40.84%
G=20.63%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949818300.490.060.24306.8844.0457.25
HexC262B70316181332c39
Octal3021422670616304635471
Binary11000010110001010110111011000111011000100110011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C262B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C262B7; }

 p { color: rgb(194,98,183); }

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

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

 a { background-color: rgb(194,98,183); }

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

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

 span { border-color: rgb(194,98,183); }

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