Html Css Color HEX #C055AB Fuchsia

📋 copy color: '#C055AB'

red 192 ◦ green 85 ◦ blue 171

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

Shades of Fuchsia #C055AB

Tints of Fuchsia #C055AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.97%

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

R = 42.86%
G = 18.97%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C055AB (or 0xC055AB) is known color: Fuchsia. HEX triplet: C0, 55 and AB. RGB value is (192,85,171). Sum of RGB (Red+Green+Blue) = 192+85+171=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C055AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055AB is #3FAA54. Grayscale: #7E7E7E. Windows color (decimal): -4172373 or 11228608. OLE color: 11228608.

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

Color convert

RGB 192 85 171 -
CMYK 0 0.56 0.11 0.25
HSL 311.78º 0.46% 0.54% -
HSV(B) 311.78º 0.56% 0.75% -
XYZ 32.34 20.64 40.81 -
YUV 126.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 192 85 171 0 0.56 0.11 0.25 311.78 0.46 0.54
Hex C0 55 AB 0 38 B 19 138 2E 36
Octal 300 125 253 0 70 13 31 470 56 66
Binary 11000000 1010101 10101011 0 111000 1011 11001 100111000 101110 110110

Color Harmonies of #C055AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055AB

Black with #C055AB

Text Example


Text Example

White with #C055AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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