Html Css Color HEX #C04CAA Fuchsia

📋 copy color: '#C04CAA'

red 192 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #C04CAA

Tints of Fuchsia #C04CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

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

R = 43.84%
G = 17.35%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C04CAA (or 0xC04CAA) is known color: Fuchsia. HEX triplet: C0, 4C and AA. RGB value is (192,76,170). Sum of RGB (Red+Green+Blue) = 192+76+170=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAA is #3FB355. Grayscale: #797979. Windows color (decimal): -4174678 or 11160768. OLE color: 11160768.

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

Color convert

RGB 192 76 170 -
CMYK 0 0.60 0.11 0.25
HSL 311.38º 0.48% 0.53% -
HSV(B) 311.38º 0.6% 0.75% -
XYZ 31.58 19.28 40.09 -
YUV 121.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 192 76 170 0 0.60 0.11 0.25 311.38 0.48 0.53
Hex C0 4C AA 0 3C B 19 137 30 35
Octal 300 114 252 0 74 13 31 467 60 65
Binary 11000000 1001100 10101010 0 111100 1011 11001 100110111 110000 110101

Color Harmonies of #C04CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CAA

Black with #C04CAA

Text Example


Text Example

White with #C04CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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