Html Css Color HEX #C432B1 Fuchsia

📋 copy color: '#C432B1'

red 196 ◦ green 50 ◦ blue 177

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

Shades of Fuchsia #C432B1

Tints of Fuchsia #C432B1

RGB

 RED value IS 196 (76.95% from 255) = 46.34%

 GREEN value IS 50 (19.92% from 255) = 11.82%

 BLUE value IS 177 (69.53% from 255) = 41.84%

R = 46.34%
G = 11.82%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C432B1 (or 0xC432B1) is known color: Fuchsia. HEX triplet: C4, 32 and B1. RGB value is (196,50,177). Sum of RGB (Red+Green+Blue) = 196+50+177=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C432B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C432B1 is #3BCD4E. Grayscale: #6B6B6B. Windows color (decimal): -3919183 or 11612868. OLE color: 11612868.

HSL color Cylindrical-coordinate representation of color #C432B1: hue angle of 307.81º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C432B1 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 50 177 -
CMYK 0 0.74 0.10 0.23
HSL 307.81º 0.59% 0.48% -
HSV(B) 307.81º 0.74% 0.77% -
XYZ 31.84 17.19 43.24 -
YUV 108.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 196 50 177 0 0.74 0.10 0.23 307.81 0.59 0.48
Hex C4 32 B1 0 4A A 17 134 3B 30
Octal 304 62 261 0 112 12 27 464 73 60
Binary 11000100 110010 10110001 0 1001010 1010 10111 100110100 111011 110000

Color Harmonies of #C432B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C432B1

Black with #C432B1

Text Example


Text Example

White with #C432B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C432B1; }

 p { color: rgb(196,50,177); }

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

background-color css

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

 a { background-color: rgb(196,50,177); }

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

border-color css

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

 span { border-color: rgb(196,50,177); }

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