Html Css Color HEX #C04AC0 Fuchsia

📋 copy color: '#C04AC0'

red 192 ◦ green 74 ◦ blue 192

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

Shades of Fuchsia #C04AC0

Tints of Fuchsia #C04AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 41.92%
G = 16.16%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C04AC0 (or 0xC04AC0) is known color: Fuchsia. HEX triplet: C0, 4A and C0. RGB value is (192,74,192). Sum of RGB (Red+Green+Blue) = 192+74+192=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C04AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AC0 is #3FB53F. Grayscale: #7A7A7A. Windows color (decimal): -4175168 or 12602048. OLE color: 12602048.

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

Color convert

RGB 192 74 192 -
CMYK 0 0.61 0 0.25
HSL 300º 0.48% 0.52% -
HSV(B) 300º 0.61% 0.75% -
XYZ 33.7 19.91 51.94 -
YUV 122.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 192 74 192 0 0.61 0 0.25 300 0.48 0.52
Hex C0 4A C0 0 3D 0 19 12C 30 34
Octal 300 112 300 0 75 0 31 454 60 64
Binary 11000000 1001010 11000000 0 111101 0 11001 100101100 110000 110100

Color Harmonies of #C04AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AC0

Black with #C04AC0

Text Example


Text Example

White with #C04AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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