Html Css Color HEX #C04AA7 Fuchsia

📋 copy color: '#C04AA7'

red 192 ◦ green 74 ◦ blue 167

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

Shades of Fuchsia #C04AA7

Tints of Fuchsia #C04AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.57%

R = 44.34%
G = 17.09%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C04AA7 (or 0xC04AA7) is known color: Fuchsia. HEX triplet: C0, 4A and A7. RGB value is (192,74,167). Sum of RGB (Red+Green+Blue) = 192+74+167=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AA7 is #3FB558. Grayscale: #777777. Windows color (decimal): -4175193 or 10963648. OLE color: 10963648.

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

Color convert

RGB 192 74 167 -
CMYK 0 0.61 0.13 0.25
HSL 312.71º 0.48% 0.52% -
HSV(B) 312.71º 0.61% 0.75% -
XYZ 31.16 18.89 38.56 -
YUV 119.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 192 74 167 0 0.61 0.13 0.25 312.71 0.48 0.52
Hex C0 4A A7 0 3D D 19 139 30 34
Octal 300 112 247 0 75 15 31 471 60 64
Binary 11000000 1001010 10100111 0 111101 1101 11001 100111001 110000 110100

Color Harmonies of #C04AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AA7

Black with #C04AA7

Text Example


Text Example

White with #C04AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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