Html Css Color HEX #C32EB0 Fuchsia

📋 copy color: '#C32EB0'

red 195 ◦ green 46 ◦ blue 176

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

Shades of Fuchsia #C32EB0

Tints of Fuchsia #C32EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 46.76%
G = 11.03%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C32EB0 (or 0xC32EB0) is known color: Fuchsia. HEX triplet: C3, 2E and B0. RGB value is (195,46,176). Sum of RGB (Red+Green+Blue) = 195+46+176=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32EB0 is #3CD14F. Grayscale: #696969. Windows color (decimal): -3985744 or 11546307. OLE color: 11546307.

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

Color convert

RGB 195 46 176 -
CMYK 0 0.76 0.10 0.24
HSL 307.65º 0.62% 0.47% -
HSV(B) 307.65º 0.76% 0.76% -
XYZ 31.32 16.69 42.65 -
YUV 105.37 167.86 191.93 -
System Red Green Blue C M Y K H S L
Decimal 195 46 176 0 0.76 0.10 0.24 307.65 0.62 0.47
Hex C3 2E B0 0 4C A 18 134 3E 2F
Octal 303 56 260 0 114 12 30 464 76 57
Binary 11000011 101110 10110000 0 1001100 1010 11000 100110100 111110 101111

Color Harmonies of #C32EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EB0

Black with #C32EB0

Text Example


Text Example

White with #C32EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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