Html Css Color HEX #C32CC6 Fuchsia

📋 copy color: '#C32CC6'

red 195 ◦ green 44 ◦ blue 198

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

Shades of Fuchsia #C32CC6

Tints of Fuchsia #C32CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.31%

R = 44.62%
G = 10.07%
B = 45.31%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C32CC6 (or 0xC32CC6) is known color: Fuchsia. HEX triplet: C3, 2C and C6. RGB value is (195,44,198). Sum of RGB (Red+Green+Blue) = 195+44+198=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #C32CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CC6 is #3CD339. Grayscale: #6A6A6A. Windows color (decimal): -3986234 or 12987587. OLE color: 12987587.

HSL color Cylindrical-coordinate representation of color #C32CC6: hue angle of 298.83º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32CC6 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 44 198 -
CMYK 0.02 0.78 0 0.22
HSL 298.83º 0.64% 0.47% -
HSV(B) 298.83º 0.78% 0.78% -
XYZ 33.6 17.48 55.03 -
YUV 106.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 195 44 198 0.02 0.78 0 0.22 298.83 0.64 0.47
Hex C3 2C C6 2 4E 0 16 12B 40 2F
Octal 303 54 306 2 116 0 26 453 100 57
Binary 11000011 101100 11000110 10 1001110 0 10110 100101011 1000000 101111

Color Harmonies of #C32CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CC6

Black with #C32CC6

Text Example


Text Example

White with #C32CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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