Html Css Color HEX #C05AAB Fuchsia

📋 copy color: '#C05AAB'

red 192 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #C05AAB

Tints of Fuchsia #C05AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.87%

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

R = 42.38%
G = 19.87%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C05AAB (or 0xC05AAB) is known color: Fuchsia. HEX triplet: C0, 5A and AB. RGB value is (192,90,171). Sum of RGB (Red+Green+Blue) = 192+90+171=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AAB is #3FA554. Grayscale: #818181. Windows color (decimal): -4171093 or 11229888. OLE color: 11229888.

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

Color convert

RGB 192 90 171 -
CMYK 0 0.53 0.11 0.25
HSL 312.35º 0.45% 0.55% -
HSV(B) 312.35º 0.53% 0.75% -
XYZ 32.75 21.46 40.94 -
YUV 129.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 192 90 171 0 0.53 0.11 0.25 312.35 0.45 0.55
Hex C0 5A AB 0 35 B 19 138 2D 37
Octal 300 132 253 0 65 13 31 470 55 67
Binary 11000000 1011010 10101011 0 110101 1011 11001 100111000 101101 110111

Color Harmonies of #C05AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AAB

Black with #C05AAB

Text Example


Text Example

White with #C05AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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