Html Css Color HEX #C32ABE Fuchsia

📋 copy color: '#C32ABE'

red 195 ◦ green 42 ◦ blue 190

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

Shades of Fuchsia #C32ABE

Tints of Fuchsia #C32ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.84%

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 45.67%
G = 9.84%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C32ABE (or 0xC32ABE) is known color: Fuchsia. HEX triplet: C3, 2A and BE. RGB value is (195,42,190). Sum of RGB (Red+Green+Blue) = 195+42+190=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C32ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ABE is #3CD541. Grayscale: #686868. Windows color (decimal): -3986754 or 12462787. OLE color: 12462787.

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

Color convert

RGB 195 42 190 -
CMYK 0 0.78 0.03 0.24
HSL 301.96º 0.65% 0.46% -
HSV(B) 301.96º 0.78% 0.76% -
XYZ 32.63 16.98 50.27 -
YUV 104.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 195 42 190 0 0.78 0.03 0.24 301.96 0.65 0.46
Hex C3 2A BE 0 4E 3 18 12E 41 2E
Octal 303 52 276 0 116 3 30 456 101 56
Binary 11000011 101010 10111110 0 1001110 11 11000 100101110 1000001 101110

Color Harmonies of #C32ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ABE

Black with #C32ABE

Text Example


Text Example

White with #C32ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ABE; }

 p { color: rgb(195,42,190); }

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

background-color css

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

 a { background-color: rgb(195,42,190); }

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

border-color css

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

 span { border-color: rgb(195,42,190); }

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