Html Css Color HEX #C532B2 Fuchsia

📋 copy color: '#C532B2'

red 197 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #C532B2

Tints of Fuchsia #C532B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.88%

R = 46.35%
G = 11.76%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C532B2 (or 0xC532B2) is known color: Fuchsia. HEX triplet: C5, 32 and B2. RGB value is (197,50,178). Sum of RGB (Red+Green+Blue) = 197+50+178=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C532B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532B2 is #3ACD4D. Grayscale: #6C6C6C. Windows color (decimal): -3853646 or 11678405. OLE color: 11678405.

HSL color Cylindrical-coordinate representation of color #C532B2: hue angle of 307.76º 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 #C532B2 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 178 -
CMYK 0 0.75 0.10 0.23
HSL 307.76º 0.6% 0.48% -
HSV(B) 307.76º 0.75% 0.77% -
XYZ 32.2 17.37 43.77 -
YUV 108.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 197 50 178 0 0.75 0.10 0.23 307.76 0.6 0.48
Hex C5 32 B2 0 4B A 17 134 3C 30
Octal 305 62 262 0 113 12 27 464 74 60
Binary 11000101 110010 10110010 0 1001011 1010 10111 100110100 111100 110000

Color Harmonies of #C532B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532B2

Black with #C532B2

Text Example


Text Example

White with #C532B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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