Html Css Color HEX #C04AB2 Fuchsia

📋 copy color: '#C04AB2'

red 192 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #C04AB2

Tints of Fuchsia #C04AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 43.24%
G = 16.67%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C04AB2 (or 0xC04AB2) is known color: Fuchsia. HEX triplet: C0, 4A and B2. RGB value is (192,74,178). Sum of RGB (Red+Green+Blue) = 192+74+178=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AB2 is #3FB54D. Grayscale: #787878. Windows color (decimal): -4175182 or 11684544. OLE color: 11684544.

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

Color convert

RGB 192 74 178 -
CMYK 0 0.61 0.07 0.25
HSL 307.12º 0.48% 0.52% -
HSV(B) 307.12º 0.61% 0.75% -
XYZ 32.22 19.32 44.15 -
YUV 121.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 192 74 178 0 0.61 0.07 0.25 307.12 0.48 0.52
Hex C0 4A B2 0 3D 7 19 133 30 34
Octal 300 112 262 0 75 7 31 463 60 64
Binary 11000000 1001010 10110010 0 111101 111 11001 100110011 110000 110100

Color Harmonies of #C04AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AB2

Black with #C04AB2

Text Example


Text Example

White with #C04AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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