Html Css Color HEX #C52BAE Fuchsia

📋 copy color: '#C52BAE'

red 197 ◦ green 43 ◦ blue 174

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

Shades of Fuchsia #C52BAE

Tints of Fuchsia #C52BAE

RGB

 RED value IS 197 (77.34% from 255) = 47.58%

 GREEN value IS 43 (17.19% from 255) = 10.39%

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

R = 47.58%
G = 10.39%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C52BAE (or 0xC52BAE) is known color: Fuchsia. HEX triplet: C5, 2B and AE. RGB value is (197,43,174). Sum of RGB (Red+Green+Blue) = 197+43+174=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52BAE is #3AD451. Grayscale: #676767. Windows color (decimal): -3855442 or 11414469. OLE color: 11414469.

HSL color Cylindrical-coordinate representation of color #C52BAE: hue angle of 308.96º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52BAE is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 43 174 -
CMYK 0 0.78 0.12 0.23
HSL 308.96º 0.64% 0.47% -
HSV(B) 308.96º 0.78% 0.77% -
XYZ 31.53 16.65 41.6 -
YUV 103.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 197 43 174 0 0.78 0.12 0.23 308.96 0.64 0.47
Hex C5 2B AE 0 4E C 17 135 40 2F
Octal 305 53 256 0 116 14 27 465 100 57
Binary 11000101 101011 10101110 0 1001110 1100 10111 100110101 1000000 101111

Color Harmonies of #C52BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52BAE

Black with #C52BAE

Text Example


Text Example

White with #C52BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52BAE; }

 p { color: rgb(197,43,174); }

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

background-color css

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

 a { background-color: rgb(197,43,174); }

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

border-color css

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

 span { border-color: rgb(197,43,174); }

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