Html Css Color HEX #C034AC Fuchsia

📋 copy color: '#C034AC'

red 192 ◦ green 52 ◦ blue 172

#C034AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C034AC

Tints of Fuchsia #C034AC

RGB

 RED value IS 192 (75.39% from 255) = 46.15%

 GREEN value IS 52 (20.7% from 255) = 12.5%

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 46.15%
G = 12.5%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C034AC (or 0xC034AC) is known color: Fuchsia. HEX triplet: C0, 34 and AC. RGB value is (192,52,172). Sum of RGB (Red+Green+Blue) = 192+52+172=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C034AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C034AC is #3FCB53. Grayscale: #6B6B6B. Windows color (decimal): -4180820 or 11285696. OLE color: 11285696.

HSL color Cylindrical-coordinate representation of color #C034AC: hue angle of 308.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C034AC is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 172 -
CMYK 0 0.73 0.10 0.25
HSL 308.57º 0.57% 0.48% -
HSV(B) 308.57º 0.73% 0.75% -
XYZ 30.41 16.64 40.64 -
YUV 107.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 192 52 172 0 0.73 0.10 0.25 308.57 0.57 0.48
Hex C0 34 AC 0 49 A 19 135 39 30
Octal 300 64 254 0 111 12 31 465 71 60
Binary 11000000 110100 10101100 0 1001001 1010 11001 100110101 111001 110000

Color Harmonies of #C034AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034AC

Black with #C034AC

Text Example


Text Example

White with #C034AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034AC; }

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

 H1.HeaderClassName
 {
   color: #C034AC;
 }
 .AnyTagClassName
 {
   color: #C034AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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