Html Css Color HEX #C05EA7 Fuchsia

📋 copy color: '#C05EA7'

red 192 ◦ green 94 ◦ blue 167

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

Shades of Fuchsia #C05EA7

Tints of Fuchsia #C05EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.87%

R = 42.38%
G = 20.75%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C05EA7 (or 0xC05EA7) is known color: Fuchsia. HEX triplet: C0, 5E and A7. RGB value is (192,94,167). Sum of RGB (Red+Green+Blue) = 192+94+167=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EA7 is #3FA158. Grayscale: #838383. Windows color (decimal): -4170073 or 10968768. OLE color: 10968768.

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

Color convert

RGB 192 94 167 -
CMYK 0 0.51 0.13 0.25
HSL 315.31º 0.44% 0.56% -
HSV(B) 315.31º 0.51% 0.75% -
XYZ 32.72 22 39.08 -
YUV 131.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 192 94 167 0 0.51 0.13 0.25 315.31 0.44 0.56
Hex C0 5E A7 0 33 D 19 13B 2C 38
Octal 300 136 247 0 63 15 31 473 54 70
Binary 11000000 1011110 10100111 0 110011 1101 11001 100111011 101100 111000

Color Harmonies of #C05EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EA7

Black with #C05EA7

Text Example


Text Example

White with #C05EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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