Html Css Color HEX #C03AA9 Fuchsia

📋 copy color: '#C03AA9'

red 192 ◦ green 58 ◦ blue 169

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

Shades of Fuchsia #C03AA9

Tints of Fuchsia #C03AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.33%

R = 45.82%
G = 13.84%
B = 40.33%

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

#C03AA9 (or 0xC03AA9) is known color: Fuchsia. HEX triplet: C0, 3A and A9. RGB value is (192,58,169). Sum of RGB (Red+Green+Blue) = 192+58+169=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AA9 is #3FC556. Grayscale: #6E6E6E. Windows color (decimal): -4179287 or 11090624. OLE color: 11090624.

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

Color convert

RGB 192 58 169 -
CMYK 0 0.70 0.12 0.25
HSL 310.3º 0.54% 0.49% -
HSV(B) 310.3º 0.7% 0.75% -
XYZ 30.41 17.1 39.23 -
YUV 110.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 192 58 169 0 0.70 0.12 0.25 310.3 0.54 0.49
Hex C0 3A A9 0 46 C 19 136 36 31
Octal 300 72 251 0 106 14 31 466 66 61
Binary 11000000 111010 10101001 0 1000110 1100 11001 100110110 110110 110001

Color Harmonies of #C03AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AA9

Black with #C03AA9

Text Example


Text Example

White with #C03AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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