Html Css Color HEX #C32BB1 Fuchsia

📋 copy color: '#C32BB1'

red 195 ◦ green 43 ◦ blue 177

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

Shades of Fuchsia #C32BB1

Tints of Fuchsia #C32BB1

RGB

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

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

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

R = 46.99%
G = 10.36%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C32BB1 (or 0xC32BB1) is known color: Fuchsia. HEX triplet: C3, 2B and B1. RGB value is (195,43,177). Sum of RGB (Red+Green+Blue) = 195+43+177=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C32BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32BB1 is #3CD44E. Grayscale: #676767. Windows color (decimal): -3986511 or 11611075. OLE color: 11611075.

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

Color convert

RGB 195 43 177 -
CMYK 0 0.78 0.09 0.24
HSL 307.11º 0.64% 0.47% -
HSV(B) 307.11º 0.78% 0.76% -
XYZ 31.31 16.5 43.13 -
YUV 103.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 195 43 177 0 0.78 0.09 0.24 307.11 0.64 0.47
Hex C3 2B B1 0 4E 9 18 133 40 2F
Octal 303 53 261 0 116 11 30 463 100 57
Binary 11000011 101011 10110001 0 1001110 1001 11000 100110011 1000000 101111

Color Harmonies of #C32BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32BB1

Black with #C32BB1

Text Example


Text Example

White with #C32BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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