Html Css Color HEX #C32EB3 Fuchsia

📋 copy color: '#C32EB3'

red 195 ◦ green 46 ◦ blue 179

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

Shades of Fuchsia #C32EB3

Tints of Fuchsia #C32EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.62%

R = 46.43%
G = 10.95%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C32EB3 (or 0xC32EB3) is known color: Fuchsia. HEX triplet: C3, 2E and B3. RGB value is (195,46,179). Sum of RGB (Red+Green+Blue) = 195+46+179=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EB3 is #3CD14C. Grayscale: #696969. Windows color (decimal): -3985741 or 11742915. OLE color: 11742915.

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

Color convert

RGB 195 46 179 -
CMYK 0 0.76 0.08 0.24
HSL 306.44º 0.62% 0.47% -
HSV(B) 306.44º 0.76% 0.76% -
XYZ 31.62 16.81 44.23 -
YUV 105.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 195 46 179 0 0.76 0.08 0.24 306.44 0.62 0.47
Hex C3 2E B3 0 4C 8 18 132 3E 2F
Octal 303 56 263 0 114 10 30 462 76 57
Binary 11000011 101110 10110011 0 1001100 1000 11000 100110010 111110 101111

Color Harmonies of #C32EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EB3

Black with #C32EB3

Text Example


Text Example

White with #C32EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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