Html Css Color HEX #C05CAB Fuchsia

📋 copy color: '#C05CAB'

red 192 ◦ green 92 ◦ blue 171

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

Shades of Fuchsia #C05CAB

Tints of Fuchsia #C05CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.22%

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

R = 42.2%
G = 20.22%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C05CAB (or 0xC05CAB) is known color: Fuchsia. HEX triplet: C0, 5C and AB. RGB value is (192,92,171). Sum of RGB (Red+Green+Blue) = 192+92+171=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05CAB is #3FA354. Grayscale: #828282. Windows color (decimal): -4170581 or 11230400. OLE color: 11230400.

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

Color convert

RGB 192 92 171 -
CMYK 0 0.52 0.11 0.25
HSL 312.6º 0.44% 0.56% -
HSV(B) 312.6º 0.52% 0.75% -
XYZ 32.92 21.8 41 -
YUV 130.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 192 92 171 0 0.52 0.11 0.25 312.6 0.44 0.56
Hex C0 5C AB 0 34 B 19 139 2C 38
Octal 300 134 253 0 64 13 31 471 54 70
Binary 11000000 1011100 10101011 0 110100 1011 11001 100111001 101100 111000

Color Harmonies of #C05CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CAB

Black with #C05CAB

Text Example


Text Example

White with #C05CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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