Html Css Color HEX #C061AD Fuchsia

📋 copy color: '#C061AD'

red 192 ◦ green 97 ◦ blue 173

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

Shades of Fuchsia #C061AD

Tints of Fuchsia #C061AD

RGB

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

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

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

R = 41.56%
G = 21%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C061AD (or 0xC061AD) is known color: Fuchsia. HEX triplet: C0, 61 and AD. RGB value is (192,97,173). Sum of RGB (Red+Green+Blue) = 192+97+173=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C061AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061AD is #3F9E52. Grayscale: #858585. Windows color (decimal): -4169299 or 11362752. OLE color: 11362752.

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

Color convert

RGB 192 97 173 -
CMYK 0 0.49 0.10 0.25
HSL 312º 0.43% 0.57% -
HSV(B) 312º 0.49% 0.75% -
XYZ 33.56 22.77 42.16 -
YUV 134.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 192 97 173 0 0.49 0.10 0.25 312 0.43 0.57
Hex C0 61 AD 0 31 A 19 138 2B 39
Octal 300 141 255 0 61 12 31 470 53 71
Binary 11000000 1100001 10101101 0 110001 1010 11001 100111000 101011 111001

Color Harmonies of #C061AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061AD

Black with #C061AD

Text Example


Text Example

White with #C061AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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