Html Css Color HEX #C03AA8 Fuchsia

📋 copy color: '#C03AA8'

red 192 ◦ green 58 ◦ blue 168

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

Shades of Fuchsia #C03AA8

Tints of Fuchsia #C03AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.88%

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 45.93%
G = 13.88%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C03AA8 (or 0xC03AA8) is known color: Fuchsia. HEX triplet: C0, 3A and A8. RGB value is (192,58,168). Sum of RGB (Red+Green+Blue) = 192+58+168=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AA8 is #3FC557. Grayscale: #6E6E6E. Windows color (decimal): -4179288 or 11025088. OLE color: 11025088.

HSL color Cylindrical-coordinate representation of color #C03AA8: hue angle of 310.75º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03AA8 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 168 -
CMYK 0 0.70 0.12 0.25
HSL 310.75º 0.54% 0.49% -
HSV(B) 310.75º 0.7% 0.75% -
XYZ 30.32 17.06 38.74 -
YUV 110.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 192 58 168 0 0.70 0.12 0.25 310.75 0.54 0.49
Hex C0 3A A8 0 46 C 19 137 36 31
Octal 300 72 250 0 106 14 31 467 66 61
Binary 11000000 111010 10101000 0 1000110 1100 11001 100110111 110110 110001

Color Harmonies of #C03AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AA8

Black with #C03AA8

Text Example


Text Example

White with #C03AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AA8; }

 p { color: rgb(192,58,168); }

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

background-color css

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

 a { background-color: rgb(192,58,168); }

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

border-color css

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

 span { border-color: rgb(192,58,168); }

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