Html Css Color HEX #C32DB6 Fuchsia

📋 copy color: '#C32DB6'

red 195 ◦ green 45 ◦ blue 182

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

Shades of Fuchsia #C32DB6

Tints of Fuchsia #C32DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.13%

R = 46.21%
G = 10.66%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C32DB6 (or 0xC32DB6) is known color: Fuchsia. HEX triplet: C3, 2D and B6. RGB value is (195,45,182). Sum of RGB (Red+Green+Blue) = 195+45+182=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DB6 is #3CD249. Grayscale: #696969. Windows color (decimal): -3985994 or 11939267. OLE color: 11939267.

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

Color convert

RGB 195 45 182 -
CMYK 0 0.77 0.07 0.24
HSL 305.2º 0.63% 0.47% -
HSV(B) 305.2º 0.77% 0.76% -
XYZ 31.89 16.86 45.83 -
YUV 105.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 195 45 182 0 0.77 0.07 0.24 305.2 0.63 0.47
Hex C3 2D B6 0 4D 7 18 131 3E 2F
Octal 303 55 266 0 115 7 30 461 76 57
Binary 11000011 101101 10110110 0 1001101 111 11000 100110001 111110 101111

Color Harmonies of #C32DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DB6

Black with #C32DB6

Text Example


Text Example

White with #C32DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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