Html Css Color HEX #C04AC3 Fuchsia

📋 copy color: '#C04AC3'

red 192 ◦ green 74 ◦ blue 195

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

Shades of Fuchsia #C04AC3

Tints of Fuchsia #C04AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.3%

R = 41.65%
G = 16.05%
B = 42.3%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C04AC3 (or 0xC04AC3) is known color: Fuchsia. HEX triplet: C0, 4A and C3. RGB value is (192,74,195). Sum of RGB (Red+Green+Blue) = 192+74+195=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #C04AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AC3 is #3FB53C. Grayscale: #7A7A7A. Windows color (decimal): -4175165 or 12798656. OLE color: 12798656.

HSL color Cylindrical-coordinate representation of color #C04AC3: hue angle of 298.51º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04AC3 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 74 195 -
CMYK 0.02 0.62 0 0.24
HSL 298.51º 0.5% 0.53% -
HSV(B) 298.51º 0.62% 0.76% -
XYZ 34.04 20.04 53.7 -
YUV 123.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 192 74 195 0.02 0.62 0 0.24 298.51 0.5 0.53
Hex C0 4A C3 2 3E 0 18 12B 32 35
Octal 300 112 303 2 76 0 30 453 62 65
Binary 11000000 1001010 11000011 10 111110 0 11000 100101011 110010 110101

Color Harmonies of #C04AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AC3

Black with #C04AC3

Text Example


Text Example

White with #C04AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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