#C232CB

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

Shades of Fuchsia #C232CB

Tints of Fuchsia #C232CB

Color information

#C232CB (or 0xC232CB) is unknown color: approx Fuchsia. HEX triplet: C2, 32 and CB. RGB value is (194,50,203). Sum of RGB (Red+Green+Blue) = 194+50+203=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #C232CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232CB is #3DCD34. Grayscale: #6E6E6E. Windows color (decimal): -4050229 or 13316802. OLE color: 13316802.

HSL color Cylindrical-coordinate representation of color #C232CB: hue angle of 296.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C232CB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19450203-
CMYK0.040.7500.20
HSL296.47º60.47%49.61%-
HSV(B)296.47º75.37%79.61%-
XYZ34.1718.0658.19-
YUV110.5180.21187.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 50 (19.92% from 255) = 11.19%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=43.40%
G=11.19%
B=45.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194502030.040.7500.20296.4760.4749.61
HexC232CB44B0141283c32
Octal3026231341130244507462
Binary11000010110010110010111001001011010100100101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C232CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C232CB; }

 p { color: rgb(194,50,203); }

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

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

 a { background-color: rgb(194,50,203); }

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

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

 span { border-color: rgb(194,50,203); }

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