Html Css Color HEX #C032AD Fuchsia

📋 copy color: '#C032AD'

red 192 ◦ green 50 ◦ blue 173

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

Shades of Fuchsia #C032AD

Tints of Fuchsia #C032AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.05%

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

R = 46.27%
G = 12.05%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C032AD (or 0xC032AD) is known color: Fuchsia. HEX triplet: C0, 32 and AD. RGB value is (192,50,173). Sum of RGB (Red+Green+Blue) = 192+50+173=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C032AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032AD is #3FCD52. Grayscale: #6A6A6A. Windows color (decimal): -4181331 or 11350720. OLE color: 11350720.

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

Color convert

RGB 192 50 173 -
CMYK 0 0.74 0.10 0.25
HSL 308.03º 0.59% 0.47% -
HSV(B) 308.03º 0.74% 0.75% -
XYZ 30.42 16.5 41.12 -
YUV 106.48 165.54 189 -
System Red Green Blue C M Y K H S L
Decimal 192 50 173 0 0.74 0.10 0.25 308.03 0.59 0.47
Hex C0 32 AD 0 4A A 19 134 3B 2F
Octal 300 62 255 0 112 12 31 464 73 57
Binary 11000000 110010 10101101 0 1001010 1010 11001 100110100 111011 101111

Color Harmonies of #C032AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032AD

Black with #C032AD

Text Example


Text Example

White with #C032AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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