Html Css Color HEX #C32DCC Fuchsia

📋 copy color: '#C32DCC'

red 195 ◦ green 45 ◦ blue 204

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

Shades of Fuchsia #C32DCC

Tints of Fuchsia #C32DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.14%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 43.92%
G = 10.14%
B = 45.95%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C32DCC (or 0xC32DCC) is known color: Fuchsia. HEX triplet: C3, 2D and CC. RGB value is (195,45,204). Sum of RGB (Red+Green+Blue) = 195+45+204=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #C32DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DCC is #3CD233. Grayscale: #6B6B6B. Windows color (decimal): -3985972 or 13381059. OLE color: 13381059.

HSL color Cylindrical-coordinate representation of color #C32DCC: hue angle of 296.6º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32DCC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 45 204 -
CMYK 0.04 0.78 0 0.2
HSL 296.6º 0.64% 0.49% -
HSV(B) 296.6º 0.78% 0.8% -
XYZ 34.34 17.84 58.76 -
YUV 107.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 195 45 204 0.04 0.78 0 0.2 296.6 0.64 0.49
Hex C3 2D CC 4 4E 0 14 129 40 31
Octal 303 55 314 4 116 0 24 451 100 61
Binary 11000011 101101 11001100 100 1001110 0 10100 100101001 1000000 110001

Color Harmonies of #C32DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DCC

Black with #C32DCC

Text Example


Text Example

White with #C32DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DCC; }

 p { color: rgb(195,45,204); }

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

background-color css

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

 a { background-color: rgb(195,45,204); }

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

border-color css

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

 span { border-color: rgb(195,45,204); }

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