Html Css Color HEX #C061AB Fuchsia

📋 copy color: '#C061AB'

red 192 ◦ green 97 ◦ blue 171

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

Shades of Fuchsia #C061AB

Tints of Fuchsia #C061AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 41.74%
G = 21.09%
B = 37.17%

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

#C061AB (or 0xC061AB) is known color: Fuchsia. HEX triplet: C0, 61 and AB. RGB value is (192,97,171). Sum of RGB (Red+Green+Blue) = 192+97+171=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C061AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061AB is #3F9E54. Grayscale: #858585. Windows color (decimal): -4169301 or 11231680. OLE color: 11231680.

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

Color convert

RGB 192 97 171 -
CMYK 0 0.49 0.11 0.25
HSL 313.26º 0.43% 0.57% -
HSV(B) 313.26º 0.49% 0.75% -
XYZ 33.36 22.7 41.15 -
YUV 133.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 192 97 171 0 0.49 0.11 0.25 313.26 0.43 0.57
Hex C0 61 AB 0 31 B 19 139 2B 39
Octal 300 141 253 0 61 13 31 471 53 71
Binary 11000000 1100001 10101011 0 110001 1011 11001 100111001 101011 111001

Color Harmonies of #C061AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061AB

Black with #C061AB

Text Example


Text Example

White with #C061AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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