Html Css Color HEX #C05EAC Fuchsia

📋 copy color: '#C05EAC'

red 192 ◦ green 94 ◦ blue 172

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

Shades of Fuchsia #C05EAC

Tints of Fuchsia #C05EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 41.92%
G = 20.52%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C05EAC (or 0xC05EAC) is known color: Fuchsia. HEX triplet: C0, 5E and AC. RGB value is (192,94,172). Sum of RGB (Red+Green+Blue) = 192+94+172=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EAC is #3FA153. Grayscale: #838383. Windows color (decimal): -4170068 or 11296448. OLE color: 11296448.

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

Color convert

RGB 192 94 172 -
CMYK 0 0.51 0.10 0.25
HSL 312.24º 0.44% 0.56% -
HSV(B) 312.24º 0.51% 0.75% -
XYZ 33.19 22.19 41.56 -
YUV 132.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 192 94 172 0 0.51 0.10 0.25 312.24 0.44 0.56
Hex C0 5E AC 0 33 A 19 138 2C 38
Octal 300 136 254 0 63 12 31 470 54 70
Binary 11000000 1011110 10101100 0 110011 1010 11001 100111000 101100 111000

Color Harmonies of #C05EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EAC

Black with #C05EAC

Text Example


Text Example

White with #C05EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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