Html Css Color HEX #C32DC6 Fuchsia

📋 copy color: '#C32DC6'

red 195 ◦ green 45 ◦ blue 198

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

Shades of Fuchsia #C32DC6

Tints of Fuchsia #C32DC6

RGB

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

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

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

R = 44.52%
G = 10.27%
B = 45.21%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C32DC6 (or 0xC32DC6) is known color: Fuchsia. HEX triplet: C3, 2D and C6. RGB value is (195,45,198). Sum of RGB (Red+Green+Blue) = 195+45+198=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #C32DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DC6 is #3CD239. Grayscale: #6A6A6A. Windows color (decimal): -3985978 or 12987843. OLE color: 12987843.

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

Color convert

RGB 195 45 198 -
CMYK 0.02 0.77 0 0.22
HSL 298.82º 0.63% 0.48% -
HSV(B) 298.82º 0.77% 0.78% -
XYZ 33.64 17.56 55.04 -
YUV 107.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 195 45 198 0.02 0.77 0 0.22 298.82 0.63 0.48
Hex C3 2D C6 2 4D 0 16 12B 3F 30
Octal 303 55 306 2 115 0 26 453 77 60
Binary 11000011 101101 11000110 10 1001101 0 10110 100101011 111111 110000

Color Harmonies of #C32DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DC6

Black with #C32DC6

Text Example


Text Example

White with #C32DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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