Html Css Color HEX #C532B8 Fuchsia

📋 copy color: '#C532B8'

red 197 ◦ green 50 ◦ blue 184

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

Shades of Fuchsia #C532B8

Tints of Fuchsia #C532B8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.6%

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

R = 45.71%
G = 11.6%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C532B8 (or 0xC532B8) is known color: Fuchsia. HEX triplet: C5, 32 and B8. RGB value is (197,50,184). Sum of RGB (Red+Green+Blue) = 197+50+184=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C532B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532B8 is #3ACD47. Grayscale: #6C6C6C. Windows color (decimal): -3853640 or 12071621. OLE color: 12071621.

HSL color Cylindrical-coordinate representation of color #C532B8: hue angle of 305.31º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C532B8 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 184 -
CMYK 0 0.75 0.07 0.23
HSL 305.31º 0.6% 0.48% -
HSV(B) 305.31º 0.75% 0.77% -
XYZ 32.82 17.61 47.02 -
YUV 109.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 197 50 184 0 0.75 0.07 0.23 305.31 0.6 0.48
Hex C5 32 B8 0 4B 7 17 131 3C 30
Octal 305 62 270 0 113 7 27 461 74 60
Binary 11000101 110010 10111000 0 1001011 111 10111 100110001 111100 110000

Color Harmonies of #C532B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532B8

Black with #C532B8

Text Example


Text Example

White with #C532B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532B8; }

 p { color: rgb(197,50,184); }

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

background-color css

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

 a { background-color: rgb(197,50,184); }

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

border-color css

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

 span { border-color: rgb(197,50,184); }

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