Html Css Color HEX #C050AB Fuchsia

📋 copy color: '#C050AB'

red 192 ◦ green 80 ◦ blue 171

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

Shades of Fuchsia #C050AB

Tints of Fuchsia #C050AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

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

R = 43.34%
G = 18.06%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C050AB (or 0xC050AB) is known color: Fuchsia. HEX triplet: C0, 50 and AB. RGB value is (192,80,171). Sum of RGB (Red+Green+Blue) = 192+80+171=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C050AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050AB is #3FAF54. Grayscale: #7B7B7B. Windows color (decimal): -4173653 or 11227328. OLE color: 11227328.

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

Color convert

RGB 192 80 171 -
CMYK 0 0.58 0.11 0.25
HSL 311.25º 0.47% 0.53% -
HSV(B) 311.25º 0.58% 0.75% -
XYZ 31.96 19.88 40.68 -
YUV 123.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 192 80 171 0 0.58 0.11 0.25 311.25 0.47 0.53
Hex C0 50 AB 0 3A B 19 137 2F 35
Octal 300 120 253 0 72 13 31 467 57 65
Binary 11000000 1010000 10101011 0 111010 1011 11001 100110111 101111 110101

Color Harmonies of #C050AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050AB

Black with #C050AB

Text Example


Text Example

White with #C050AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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