Html Css Color HEX #C04AAA Fuchsia

📋 copy color: '#C04AAA'

red 192 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #C04AAA

Tints of Fuchsia #C04AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

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

R = 44.04%
G = 16.97%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C04AAA (or 0xC04AAA) is known color: Fuchsia. HEX triplet: C0, 4A and AA. RGB value is (192,74,170). Sum of RGB (Red+Green+Blue) = 192+74+170=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AAA is #3FB555. Grayscale: #777777. Windows color (decimal): -4175190 or 11160256. OLE color: 11160256.

HSL color Cylindrical-coordinate representation of color #C04AAA: hue angle of 311.19º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04AAA is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 170 -
CMYK 0 0.61 0.11 0.25
HSL 311.19º 0.48% 0.52% -
HSV(B) 311.19º 0.61% 0.75% -
XYZ 31.44 19.01 40.04 -
YUV 120.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 192 74 170 0 0.61 0.11 0.25 311.19 0.48 0.52
Hex C0 4A AA 0 3D B 19 137 30 34
Octal 300 112 252 0 75 13 31 467 60 64
Binary 11000000 1001010 10101010 0 111101 1011 11001 100110111 110000 110100

Color Harmonies of #C04AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AAA

Black with #C04AAA

Text Example


Text Example

White with #C04AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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