Html Css Color HEX #C05DAB Fuchsia

📋 copy color: '#C05DAB'

red 192 ◦ green 93 ◦ blue 171

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

Shades of Fuchsia #C05DAB

Tints of Fuchsia #C05DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.39%

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

R = 42.11%
G = 20.39%
B = 37.5%

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

#C05DAB (or 0xC05DAB) is known color: Fuchsia. HEX triplet: C0, 5D and AB. RGB value is (192,93,171). Sum of RGB (Red+Green+Blue) = 192+93+171=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DAB is #3FA254. Grayscale: #838383. Windows color (decimal): -4170325 or 11230656. OLE color: 11230656.

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

Color convert

RGB 192 93 171 -
CMYK 0 0.52 0.11 0.25
HSL 312.73º 0.44% 0.56% -
HSV(B) 312.73º 0.52% 0.75% -
XYZ 33 21.98 41.03 -
YUV 131.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 192 93 171 0 0.52 0.11 0.25 312.73 0.44 0.56
Hex C0 5D AB 0 34 B 19 139 2C 38
Octal 300 135 253 0 64 13 31 471 54 70
Binary 11000000 1011101 10101011 0 110100 1011 11001 100111001 101100 111000

Color Harmonies of #C05DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DAB

Black with #C05DAB

Text Example


Text Example

White with #C05DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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