Html Css Color HEX #C04BAE Fuchsia

📋 copy color: '#C04BAE'

red 192 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #C04BAE

Tints of Fuchsia #C04BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 43.54%
G = 17.01%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C04BAE (or 0xC04BAE) is known color: Fuchsia. HEX triplet: C0, 4B and AE. RGB value is (192,75,174). Sum of RGB (Red+Green+Blue) = 192+75+174=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BAE is #3FB451. Grayscale: #787878. Windows color (decimal): -4174930 or 11422656. OLE color: 11422656.

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

Color convert

RGB 192 75 174 -
CMYK 0 0.61 0.09 0.25
HSL 309.23º 0.48% 0.52% -
HSV(B) 309.23º 0.61% 0.75% -
XYZ 31.89 19.29 42.09 -
YUV 121.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 192 75 174 0 0.61 0.09 0.25 309.23 0.48 0.52
Hex C0 4B AE 0 3D 9 19 135 30 34
Octal 300 113 256 0 75 11 31 465 60 64
Binary 11000000 1001011 10101110 0 111101 1001 11001 100110101 110000 110100

Color Harmonies of #C04BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BAE

Black with #C04BAE

Text Example


Text Example

White with #C04BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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