Html Css Color HEX #C532BE Fuchsia

📋 copy color: '#C532BE'

red 197 ◦ green 50 ◦ blue 190

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

Shades of Fuchsia #C532BE

Tints of Fuchsia #C532BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 45.08%
G = 11.44%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C532BE (or 0xC532BE) is known color: Fuchsia. HEX triplet: C5, 32 and BE. RGB value is (197,50,190). Sum of RGB (Red+Green+Blue) = 197+50+190=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C532BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532BE is #3ACD41. Grayscale: #6D6D6D. Windows color (decimal): -3853634 or 12464837. OLE color: 12464837.

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

Color convert

RGB 197 50 190 -
CMYK 0 0.75 0.04 0.23
HSL 302.86º 0.6% 0.48% -
HSV(B) 302.86º 0.75% 0.77% -
XYZ 33.46 17.87 50.4 -
YUV 109.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 197 50 190 0 0.75 0.04 0.23 302.86 0.6 0.48
Hex C5 32 BE 0 4B 4 17 12F 3C 30
Octal 305 62 276 0 113 4 27 457 74 60
Binary 11000101 110010 10111110 0 1001011 100 10111 100101111 111100 110000

Color Harmonies of #C532BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532BE

Black with #C532BE

Text Example


Text Example

White with #C532BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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