Html Css Color HEX #C32CC1 Fuchsia

📋 copy color: '#C32CC1'

red 195 ◦ green 44 ◦ blue 193

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

Shades of Fuchsia #C32CC1

Tints of Fuchsia #C32CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.68%

R = 45.14%
G = 10.19%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C32CC1 (or 0xC32CC1) is known color: Fuchsia. HEX triplet: C3, 2C and C1. RGB value is (195,44,193). Sum of RGB (Red+Green+Blue) = 195+44+193=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CC1 is #3CD33E. Grayscale: #696969. Windows color (decimal): -3986239 or 12659907. OLE color: 12659907.

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

Color convert

RGB 195 44 193 -
CMYK 0 0.77 0.01 0.24
HSL 300.79º 0.63% 0.47% -
HSV(B) 300.79º 0.77% 0.76% -
XYZ 33.03 17.25 52.04 -
YUV 106.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 195 44 193 0 0.77 0.01 0.24 300.79 0.63 0.47
Hex C3 2C C1 0 4D 1 18 12D 3F 2F
Octal 303 54 301 0 115 1 30 455 77 57
Binary 11000011 101100 11000001 0 1001101 1 11000 100101101 111111 101111

Color Harmonies of #C32CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CC1

Black with #C32CC1

Text Example


Text Example

White with #C32CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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