Html Css Color HEX #C32BC2 Fuchsia

📋 copy color: '#C32BC2'

red 195 ◦ green 43 ◦ blue 194

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

Shades of Fuchsia #C32BC2

Tints of Fuchsia #C32BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.91%

R = 45.14%
G = 9.95%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C32BC2 (or 0xC32BC2) is known color: Fuchsia. HEX triplet: C3, 2B and C2. RGB value is (195,43,194). Sum of RGB (Red+Green+Blue) = 195+43+194=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C32BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BC2 is #3CD43D. Grayscale: #696969. Windows color (decimal): -3986494 or 12725187. OLE color: 12725187.

HSL color Cylindrical-coordinate representation of color #C32BC2: hue angle of 300.39º 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 #C32BC2 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 43 194 -
CMYK 0 0.78 0.01 0.24
HSL 300.39º 0.64% 0.47% -
HSV(B) 300.39º 0.78% 0.76% -
XYZ 33.11 17.22 52.62 -
YUV 105.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 195 43 194 0 0.78 0.01 0.24 300.39 0.64 0.47
Hex C3 2B C2 0 4E 1 18 12C 40 2F
Octal 303 53 302 0 116 1 30 454 100 57
Binary 11000011 101011 11000010 0 1001110 1 11000 100101100 1000000 101111

Color Harmonies of #C32BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32BC2

Black with #C32BC2

Text Example


Text Example

White with #C32BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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