Html Css Color HEX #C036AD Fuchsia

📋 copy color: '#C036AD'

red 192 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #C036AD

Tints of Fuchsia #C036AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.89%

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

R = 45.82%
G = 12.89%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C036AD (or 0xC036AD) is known color: Fuchsia. HEX triplet: C0, 36 and AD. RGB value is (192,54,173). Sum of RGB (Red+Green+Blue) = 192+54+173=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C036AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C036AD is #3FC952. Grayscale: #6C6C6C. Windows color (decimal): -4180307 or 11351744. OLE color: 11351744.

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

Color convert

RGB 192 54 173 -
CMYK 0 0.72 0.10 0.25
HSL 308.26º 0.56% 0.48% -
HSV(B) 308.26º 0.72% 0.75% -
XYZ 30.6 16.86 41.18 -
YUV 108.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 192 54 173 0 0.72 0.10 0.25 308.26 0.56 0.48
Hex C0 36 AD 0 48 A 19 134 38 30
Octal 300 66 255 0 110 12 31 464 70 60
Binary 11000000 110110 10101101 0 1001000 1010 11001 100110100 111000 110000

Color Harmonies of #C036AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036AD

Black with #C036AD

Text Example


Text Example

White with #C036AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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