Html Css Color HEX #C034AD Fuchsia

📋 copy color: '#C034AD'

red 192 ◦ green 52 ◦ blue 173

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

Shades of Fuchsia #C034AD

Tints of Fuchsia #C034AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 46.04%
G = 12.47%
B = 41.49%

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

#C034AD (or 0xC034AD) is known color: Fuchsia. HEX triplet: C0, 34 and AD. RGB value is (192,52,173). Sum of RGB (Red+Green+Blue) = 192+52+173=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C034AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C034AD is #3FCB52. Grayscale: #6B6B6B. Windows color (decimal): -4180819 or 11351232. OLE color: 11351232.

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

Color convert

RGB 192 52 173 -
CMYK 0 0.73 0.10 0.25
HSL 308.14º 0.57% 0.48% -
HSV(B) 308.14º 0.73% 0.75% -
XYZ 30.51 16.68 41.15 -
YUV 107.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 192 52 173 0 0.73 0.10 0.25 308.14 0.57 0.48
Hex C0 34 AD 0 49 A 19 134 39 30
Octal 300 64 255 0 111 12 31 464 71 60
Binary 11000000 110100 10101101 0 1001001 1010 11001 100110100 111001 110000

Color Harmonies of #C034AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034AD

Black with #C034AD

Text Example


Text Example

White with #C034AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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