Html Css Color HEX #C04CAE Fuchsia

📋 copy color: '#C04CAE'

red 192 ◦ green 76 ◦ blue 174

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

Shades of Fuchsia #C04CAE

Tints of Fuchsia #C04CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 43.44%
G = 17.19%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C04CAE (or 0xC04CAE) is known color: Fuchsia. HEX triplet: C0, 4C and AE. RGB value is (192,76,174). Sum of RGB (Red+Green+Blue) = 192+76+174=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAE is #3FB351. Grayscale: #797979. Windows color (decimal): -4174674 or 11422912. OLE color: 11422912.

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

Color convert

RGB 192 76 174 -
CMYK 0 0.60 0.09 0.25
HSL 309.31º 0.48% 0.53% -
HSV(B) 309.31º 0.6% 0.75% -
XYZ 31.96 19.43 42.11 -
YUV 121.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 192 76 174 0 0.60 0.09 0.25 309.31 0.48 0.53
Hex C0 4C AE 0 3C 9 19 135 30 35
Octal 300 114 256 0 74 11 31 465 60 65
Binary 11000000 1001100 10101110 0 111100 1001 11001 100110101 110000 110101

Color Harmonies of #C04CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CAE

Black with #C04CAE

Text Example


Text Example

White with #C04CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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