Html Css Color HEX #C04BA9 Fuchsia

📋 copy color: '#C04BA9'

red 192 ◦ green 75 ◦ blue 169

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

Shades of Fuchsia #C04BA9

Tints of Fuchsia #C04BA9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

 BLUE value IS 169 (66.41% from 255) = 38.76%

R = 44.04%
G = 17.2%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C04BA9 (or 0xC04BA9) is known color: Fuchsia. HEX triplet: C0, 4B and A9. RGB value is (192,75,169). Sum of RGB (Red+Green+Blue) = 192+75+169=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BA9 is #3FB456. Grayscale: #787878. Windows color (decimal): -4174935 or 11094976. OLE color: 11094976.

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

Color convert

RGB 192 75 169 -
CMYK 0 0.61 0.12 0.25
HSL 311.79º 0.48% 0.52% -
HSV(B) 311.79º 0.61% 0.75% -
XYZ 31.42 19.1 39.57 -
YUV 120.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 192 75 169 0 0.61 0.12 0.25 311.79 0.48 0.52
Hex C0 4B A9 0 3D C 19 138 30 34
Octal 300 113 251 0 75 14 31 470 60 64
Binary 11000000 1001011 10101001 0 111101 1100 11001 100111000 110000 110100

Color Harmonies of #C04BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BA9

Black with #C04BA9

Text Example


Text Example

White with #C04BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BA9; }

 p { color: rgb(192,75,169); }

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

background-color css

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

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

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

border-color css

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

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

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