Html Css Color HEX #C32FB6 Fuchsia

📋 copy color: '#C32FB6'

red 195 ◦ green 47 ◦ blue 182

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

Shades of Fuchsia #C32FB6

Tints of Fuchsia #C32FB6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.08%

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

R = 45.99%
G = 11.08%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C32FB6 (or 0xC32FB6) is known color: Fuchsia. HEX triplet: C3, 2F and B6. RGB value is (195,47,182). Sum of RGB (Red+Green+Blue) = 195+47+182=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FB6 is #3CD049. Grayscale: #6A6A6A. Windows color (decimal): -3985482 or 11939779. OLE color: 11939779.

HSL color Cylindrical-coordinate representation of color #C32FB6: hue angle of 305.27º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32FB6 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 47 182 -
CMYK 0 0.76 0.07 0.24
HSL 305.27º 0.61% 0.47% -
HSV(B) 305.27º 0.76% 0.76% -
XYZ 31.97 17.01 45.85 -
YUV 106.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 195 47 182 0 0.76 0.07 0.24 305.27 0.61 0.47
Hex C3 2F B6 0 4C 7 18 131 3D 2F
Octal 303 57 266 0 114 7 30 461 75 57
Binary 11000011 101111 10110110 0 1001100 111 11000 100110001 111101 101111

Color Harmonies of #C32FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FB6

Black with #C32FB6

Text Example


Text Example

White with #C32FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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