#C238B4

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

Shades of Fuchsia #C238B4

Tints of Fuchsia #C238B4

Color information

#C238B4 (or 0xC238B4) is unknown color: approx Fuchsia. HEX triplet: C2, 38 and B4. RGB value is (194,56,180). Sum of RGB (Red+Green+Blue) = 194+56+180=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C238B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238B4 is #3DC74B. Grayscale: #6F6F6F. Windows color (decimal): -4048716 or 11811010. OLE color: 11811010.

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

Color convert

RGB19456180-
CMYK00.710.070.24
HSL306.09º55.2%49.02%-
HSV(B)306.09º71.13%76.08%-
XYZ31.917.5944.89-
YUV111.4166.72186.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 56 (22.27% from 255) = 13.02%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=45.12%
G=13.02%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945618000.710.070.24306.0955.249.02
HexC238B40477181323731
Octal3027026401077304626761
Binary11000010111000101101000100011111111000100110010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C238B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C238B4; }

 p { color: rgb(194,56,180); }

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

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

 a { background-color: rgb(194,56,180); }

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

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

 span { border-color: rgb(194,56,180); }

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