Html Css Color HEX #C061AA Fuchsia

📋 copy color: '#C061AA'

red 192 ◦ green 97 ◦ blue 170

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

Shades of Fuchsia #C061AA

Tints of Fuchsia #C061AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

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

R = 41.83%
G = 21.13%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C061AA (or 0xC061AA) is known color: Fuchsia. HEX triplet: C0, 61 and AA. RGB value is (192,97,170). Sum of RGB (Red+Green+Blue) = 192+97+170=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C061AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061AA is #3F9E55. Grayscale: #858585. Windows color (decimal): -4169302 or 11166144. OLE color: 11166144.

HSL color Cylindrical-coordinate representation of color #C061AA: hue angle of 313.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C061AA is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 170 -
CMYK 0 0.49 0.11 0.25
HSL 313.89º 0.43% 0.57% -
HSV(B) 313.89º 0.49% 0.75% -
XYZ 33.27 22.66 40.65 -
YUV 133.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 192 97 170 0 0.49 0.11 0.25 313.89 0.43 0.57
Hex C0 61 AA 0 31 B 19 13A 2B 39
Octal 300 141 252 0 61 13 31 472 53 71
Binary 11000000 1100001 10101010 0 110001 1011 11001 100111010 101011 111001

Color Harmonies of #C061AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061AA

Black with #C061AA

Text Example


Text Example

White with #C061AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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