Html Css Color HEX #C03AAA Fuchsia

📋 copy color: '#C03AAA'

red 192 ◦ green 58 ◦ blue 170

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

Shades of Fuchsia #C03AAA

Tints of Fuchsia #C03AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 45.71%
G = 13.81%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C03AAA (or 0xC03AAA) is known color: Fuchsia. HEX triplet: C0, 3A and AA. RGB value is (192,58,170). Sum of RGB (Red+Green+Blue) = 192+58+170=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AAA is #3FC555. Grayscale: #6E6E6E. Windows color (decimal): -4179286 or 11156160. OLE color: 11156160.

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

Color convert

RGB 192 58 170 -
CMYK 0 0.70 0.11 0.25
HSL 309.85º 0.54% 0.49% -
HSV(B) 309.85º 0.7% 0.75% -
XYZ 30.51 17.13 39.73 -
YUV 110.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 192 58 170 0 0.70 0.11 0.25 309.85 0.54 0.49
Hex C0 3A AA 0 46 B 19 136 36 31
Octal 300 72 252 0 106 13 31 466 66 61
Binary 11000000 111010 10101010 0 1000110 1011 11001 100110110 110110 110001

Color Harmonies of #C03AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AAA

Black with #C03AAA

Text Example


Text Example

White with #C03AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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