Html Css Color HEX #C32EBF Fuchsia

📋 copy color: '#C32EBF'

red 195 ◦ green 46 ◦ blue 191

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

Shades of Fuchsia #C32EBF

Tints of Fuchsia #C32EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.65%

 BLUE value IS 191 (75% from 255) = 44.21%

R = 45.14%
G = 10.65%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C32EBF (or 0xC32EBF) is known color: Fuchsia. HEX triplet: C3, 2E and BF. RGB value is (195,46,191). Sum of RGB (Red+Green+Blue) = 195+46+191=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EBF is #3CD140. Grayscale: #6A6A6A. Windows color (decimal): -3985729 or 12529347. OLE color: 12529347.

HSL color Cylindrical-coordinate representation of color #C32EBF: hue angle of 301.61º degrees, saturation: 0.62, 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 #C32EBF is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 46 191 -
CMYK 0 0.76 0.02 0.24
HSL 301.61º 0.62% 0.47% -
HSV(B) 301.61º 0.76% 0.76% -
XYZ 32.89 17.32 50.9 -
YUV 107.08 175.36 190.71 -
System Red Green Blue C M Y K H S L
Decimal 195 46 191 0 0.76 0.02 0.24 301.61 0.62 0.47
Hex C3 2E BF 0 4C 2 18 12E 3E 2F
Octal 303 56 277 0 114 2 30 456 76 57
Binary 11000011 101110 10111111 0 1001100 10 11000 100101110 111110 101111

Color Harmonies of #C32EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EBF

Black with #C32EBF

Text Example


Text Example

White with #C32EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EBF; }

 p { color: rgb(195,46,191); }

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

background-color css

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

 a { background-color: rgb(195,46,191); }

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

border-color css

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

 span { border-color: rgb(195,46,191); }

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