Html Css Color HEX #C04AB8 Fuchsia

📋 copy color: '#C04AB8'

red 192 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #C04AB8

Tints of Fuchsia #C04AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.89%

R = 42.67%
G = 16.44%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C04AB8 (or 0xC04AB8) is known color: Fuchsia. HEX triplet: C0, 4A and B8. RGB value is (192,74,184). Sum of RGB (Red+Green+Blue) = 192+74+184=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AB8 is #3FB547. Grayscale: #797979. Windows color (decimal): -4175176 or 12077760. OLE color: 12077760.

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

Color convert

RGB 192 74 184 -
CMYK 0 0.61 0.04 0.25
HSL 304.07º 0.48% 0.52% -
HSV(B) 304.07º 0.61% 0.75% -
XYZ 32.84 19.56 47.39 -
YUV 121.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 192 74 184 0 0.61 0.04 0.25 304.07 0.48 0.52
Hex C0 4A B8 0 3D 4 19 130 30 34
Octal 300 112 270 0 75 4 31 460 60 64
Binary 11000000 1001010 10111000 0 111101 100 11001 100110000 110000 110100

Color Harmonies of #C04AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AB8

Black with #C04AB8

Text Example


Text Example

White with #C04AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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