Html Css Color HEX #C32CC0 Fuchsia

📋 copy color: '#C32CC0'

red 195 ◦ green 44 ◦ blue 192

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

Shades of Fuchsia #C32CC0

Tints of Fuchsia #C32CC0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.21%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 45.24%
G = 10.21%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C32CC0 (or 0xC32CC0) is known color: Fuchsia. HEX triplet: C3, 2C and C0. RGB value is (195,44,192). Sum of RGB (Red+Green+Blue) = 195+44+192=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CC0 is #3CD33F. Grayscale: #696969. Windows color (decimal): -3986240 or 12594371. OLE color: 12594371.

HSL color Cylindrical-coordinate representation of color #C32CC0: hue angle of 301.19º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32CC0 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 44 192 -
CMYK 0 0.77 0.02 0.24
HSL 301.19º 0.63% 0.47% -
HSV(B) 301.19º 0.77% 0.76% -
XYZ 32.92 17.21 51.46 -
YUV 106.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 195 44 192 0 0.77 0.02 0.24 301.19 0.63 0.47
Hex C3 2C C0 0 4D 2 18 12D 3F 2F
Octal 303 54 300 0 115 2 30 455 77 57
Binary 11000011 101100 11000000 0 1001101 10 11000 100101101 111111 101111

Color Harmonies of #C32CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CC0

Black with #C32CC0

Text Example


Text Example

White with #C32CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CC0; }

 p { color: rgb(195,44,192); }

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

background-color css

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

 a { background-color: rgb(195,44,192); }

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

border-color css

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

 span { border-color: rgb(195,44,192); }

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