Html Css Color HEX #C32FB1 Fuchsia

📋 copy color: '#C32FB1'

red 195 ◦ green 47 ◦ blue 177

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

Shades of Fuchsia #C32FB1

Tints of Fuchsia #C32FB1

RGB

 RED value IS 195 (76.56% from 255) = 46.54%

 GREEN value IS 47 (18.75% from 255) = 11.22%

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 46.54%
G = 11.22%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C32FB1 (or 0xC32FB1) is known color: Fuchsia. HEX triplet: C3, 2F and B1. RGB value is (195,47,177). Sum of RGB (Red+Green+Blue) = 195+47+177=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32FB1 is #3CD04E. Grayscale: #696969. Windows color (decimal): -3985487 or 11612099. OLE color: 11612099.

HSL color Cylindrical-coordinate representation of color #C32FB1: hue angle of 307.3º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32FB1 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 47 177 -
CMYK 0 0.76 0.09 0.24
HSL 307.3º 0.61% 0.47% -
HSV(B) 307.3º 0.76% 0.76% -
XYZ 31.46 16.81 43.18 -
YUV 106.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 195 47 177 0 0.76 0.09 0.24 307.3 0.61 0.47
Hex C3 2F B1 0 4C 9 18 133 3D 2F
Octal 303 57 261 0 114 11 30 463 75 57
Binary 11000011 101111 10110001 0 1001100 1001 11000 100110011 111101 101111

Color Harmonies of #C32FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FB1

Black with #C32FB1

Text Example


Text Example

White with #C32FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FB1; }

 p { color: rgb(195,47,177); }

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

background-color css

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

 a { background-color: rgb(195,47,177); }

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

border-color css

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

 span { border-color: rgb(195,47,177); }

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