Html Css Color HEX #C05EAB Fuchsia

📋 copy color: '#C05EAB'

red 192 ◦ green 94 ◦ blue 171

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

Shades of Fuchsia #C05EAB

Tints of Fuchsia #C05EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.57%

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

R = 42.01%
G = 20.57%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C05EAB (or 0xC05EAB) is known color: Fuchsia. HEX triplet: C0, 5E and AB. RGB value is (192,94,171). Sum of RGB (Red+Green+Blue) = 192+94+171=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EAB is #3FA154. Grayscale: #838383. Windows color (decimal): -4170069 or 11230912. OLE color: 11230912.

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

Color convert

RGB 192 94 171 -
CMYK 0 0.51 0.11 0.25
HSL 312.86º 0.44% 0.56% -
HSV(B) 312.86º 0.51% 0.75% -
XYZ 33.09 22.15 41.06 -
YUV 132.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 192 94 171 0 0.51 0.11 0.25 312.86 0.44 0.56
Hex C0 5E AB 0 33 B 19 139 2C 38
Octal 300 136 253 0 63 13 31 471 54 70
Binary 11000000 1011110 10101011 0 110011 1011 11001 100111001 101100 111000

Color Harmonies of #C05EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EAB

Black with #C05EAB

Text Example


Text Example

White with #C05EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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