Html Css Color HEX #C034BA Fuchsia

📋 copy color: '#C034BA'

red 192 ◦ green 52 ◦ blue 186

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

Shades of Fuchsia #C034BA

Tints of Fuchsia #C034BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 44.65%
G = 12.09%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C034BA (or 0xC034BA) is known color: Fuchsia. HEX triplet: C0, 34 and BA. RGB value is (192,52,186). Sum of RGB (Red+Green+Blue) = 192+52+186=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C034BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034BA is #3FCB45. Grayscale: #6C6C6C. Windows color (decimal): -4180806 or 12203200. OLE color: 12203200.

HSL color Cylindrical-coordinate representation of color #C034BA: hue angle of 302.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 #C034BA is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 186 -
CMYK 0 0.73 0.03 0.25
HSL 302.57º 0.57% 0.48% -
HSV(B) 302.57º 0.73% 0.75% -
XYZ 31.83 17.21 48.1 -
YUV 109.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 192 52 186 0 0.73 0.03 0.25 302.57 0.57 0.48
Hex C0 34 BA 0 49 3 19 12F 39 30
Octal 300 64 272 0 111 3 31 457 71 60
Binary 11000000 110100 10111010 0 1001001 11 11001 100101111 111001 110000

Color Harmonies of #C034BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034BA

Black with #C034BA

Text Example


Text Example

White with #C034BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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