Html Css Color HEX #C044AA Fuchsia

📋 copy color: '#C044AA'

red 192 ◦ green 68 ◦ blue 170

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

Shades of Fuchsia #C044AA

Tints of Fuchsia #C044AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

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

R = 44.65%
G = 15.81%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C044AA (or 0xC044AA) is known color: Fuchsia. HEX triplet: C0, 44 and AA. RGB value is (192,68,170). Sum of RGB (Red+Green+Blue) = 192+68+170=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C044AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044AA is #3FBB55. Grayscale: #747474. Windows color (decimal): -4176726 or 11158720. OLE color: 11158720.

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

Color convert

RGB 192 68 170 -
CMYK 0 0.65 0.11 0.25
HSL 310.65º 0.5% 0.51% -
HSV(B) 310.65º 0.65% 0.75% -
XYZ 31.06 18.24 39.91 -
YUV 116.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 192 68 170 0 0.65 0.11 0.25 310.65 0.5 0.51
Hex C0 44 AA 0 41 B 19 137 32 33
Octal 300 104 252 0 101 13 31 467 62 63
Binary 11000000 1000100 10101010 0 1000001 1011 11001 100110111 110010 110011

Color Harmonies of #C044AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044AA

Black with #C044AA

Text Example


Text Example

White with #C044AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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