#C34CBD

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

Shades of Fuchsia #C34CBD

Tints of Fuchsia #C34CBD

Color information

#C34CBD (or 0xC34CBD) is unknown color: approx Fuchsia. HEX triplet: C3, 4C and BD. RGB value is (195,76,189). Sum of RGB (Red+Green+Blue) = 195+76+189=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CBD is #3CB342. Grayscale: #7C7C7C. Windows color (decimal): -3978051 or 12405955. OLE color: 12405955.

HSL color Cylindrical-coordinate representation of color #C34CBD: hue angle of 303.03º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34CBD is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19576189-
CMYK00.610.030.24
HSL303.03º49.79%53.14%-
HSV(B)303.03º61.03%76.47%-
XYZ34.2820.4550.28-
YUV124.46164.42178.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 76 (30.08% from 255) = 16.52%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=42.39%
G=16.52%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957618900.610.030.24303.0349.7953.14
HexC34CBD03D31812f3235
Octal3031142750753304576265
Binary1100001110011001011110101111011111000100101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CBD; }

 p { color: rgb(195,76,189); }

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

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

 a { background-color: rgb(195,76,189); }

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

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

 span { border-color: rgb(195,76,189); }

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