#C034C4

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

Shades of Fuchsia #C034C4

Tints of Fuchsia #C034C4

Color information

#C034C4 (or 0xC034C4) is unknown color: approx Fuchsia. HEX triplet: C0, 34 and C4. RGB value is (192,52,196). Sum of RGB (Red+Green+Blue) = 192+52+196=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #C034C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034C4 is #3FCB3B. Grayscale: #6D6D6D. Windows color (decimal): -4180796 or 12858560. OLE color: 12858560.

HSL color Cylindrical-coordinate representation of color #C034C4: hue angle of 298.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C034C4 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19252196-
CMYK0.020.7300.23
HSL298.33º58.06%48.63%-
HSV(B)298.33º73.47%76.86%-
XYZ32.9317.6553.9-
YUV110.28176.38186.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 52 (20.70% from 255) = 11.82%
BLUE value IS 196 (76.95% from 255) = 44.55%
R=43.64%
G=11.82%
B=44.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192521960.020.7300.23298.3358.0648.63
HexC034C424901712a3a31
Octal3006430421110274527261
Binary1100000011010011000100101001001010111100101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C034C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C034C4; }

 p { color: rgb(192,52,196); }

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

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

 a { background-color: rgb(192,52,196); }

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

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

 span { border-color: rgb(192,52,196); }

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