Html Css Color HEX #C05EAF Fuchsia

📋 copy color: '#C05EAF'

red 192 ◦ green 94 ◦ blue 175

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

Shades of Fuchsia #C05EAF

Tints of Fuchsia #C05EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 41.65%
G = 20.39%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C05EAF (or 0xC05EAF) is known color: Fuchsia. HEX triplet: C0, 5E and AF. RGB value is (192,94,175). Sum of RGB (Red+Green+Blue) = 192+94+175=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EAF is #3FA150. Grayscale: #848484. Windows color (decimal): -4170065 or 11493056. OLE color: 11493056.

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

Color convert

RGB 192 94 175 -
CMYK 0 0.51 0.09 0.25
HSL 310.41º 0.44% 0.56% -
HSV(B) 310.41º 0.51% 0.75% -
XYZ 33.48 22.31 43.1 -
YUV 132.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 192 94 175 0 0.51 0.09 0.25 310.41 0.44 0.56
Hex C0 5E AF 0 33 9 19 136 2C 38
Octal 300 136 257 0 63 11 31 466 54 70
Binary 11000000 1011110 10101111 0 110011 1001 11001 100110110 101100 111000

Color Harmonies of #C05EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EAF

Black with #C05EAF

Text Example


Text Example

White with #C05EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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