Html Css Color HEX #C05BAB Fuchsia

📋 copy color: '#C05BAB'

red 192 ◦ green 91 ◦ blue 171

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

Shades of Fuchsia #C05BAB

Tints of Fuchsia #C05BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.04%

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

R = 42.29%
G = 20.04%
B = 37.67%

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

#C05BAB (or 0xC05BAB) is known color: Fuchsia. HEX triplet: C0, 5B and AB. RGB value is (192,91,171). Sum of RGB (Red+Green+Blue) = 192+91+171=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BAB is #3FA454. Grayscale: #828282. Windows color (decimal): -4170837 or 11230144. OLE color: 11230144.

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

Color convert

RGB 192 91 171 -
CMYK 0 0.53 0.11 0.25
HSL 312.48º 0.44% 0.55% -
HSV(B) 312.48º 0.53% 0.75% -
XYZ 32.83 21.63 40.97 -
YUV 130.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 192 91 171 0 0.53 0.11 0.25 312.48 0.44 0.55
Hex C0 5B AB 0 35 B 19 138 2C 37
Octal 300 133 253 0 65 13 31 470 54 67
Binary 11000000 1011011 10101011 0 110101 1011 11001 100111000 101100 110111

Color Harmonies of #C05BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BAB

Black with #C05BAB

Text Example


Text Example

White with #C05BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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