Html Css Color HEX #C036AA Fuchsia

📋 copy color: '#C036AA'

red 192 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #C036AA

Tints of Fuchsia #C036AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 46.15%
G = 12.98%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C036AA (or 0xC036AA) is known color: Fuchsia. HEX triplet: C0, 36 and AA. RGB value is (192,54,170). Sum of RGB (Red+Green+Blue) = 192+54+170=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C036AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C036AA is #3FC955. Grayscale: #6C6C6C. Windows color (decimal): -4180310 or 11155136. OLE color: 11155136.

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

Color convert

RGB 192 54 170 -
CMYK 0 0.72 0.11 0.25
HSL 309.57º 0.56% 0.48% -
HSV(B) 309.57º 0.72% 0.75% -
XYZ 30.31 16.75 39.67 -
YUV 108.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 192 54 170 0 0.72 0.11 0.25 309.57 0.56 0.48
Hex C0 36 AA 0 48 B 19 136 38 30
Octal 300 66 252 0 110 13 31 466 70 60
Binary 11000000 110110 10101010 0 1001000 1011 11001 100110110 111000 110000

Color Harmonies of #C036AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036AA

Black with #C036AA

Text Example


Text Example

White with #C036AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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