Html Css Color HEX #C432AF Fuchsia

📋 copy color: '#C432AF'

red 196 ◦ green 50 ◦ blue 175

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

Shades of Fuchsia #C432AF

Tints of Fuchsia #C432AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 46.56%
G = 11.88%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C432AF (or 0xC432AF) is known color: Fuchsia. HEX triplet: C4, 32 and AF. RGB value is (196,50,175). Sum of RGB (Red+Green+Blue) = 196+50+175=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C432AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C432AF is #3BCD50. Grayscale: #6B6B6B. Windows color (decimal): -3919185 or 11481796. OLE color: 11481796.

HSL color Cylindrical-coordinate representation of color #C432AF: hue angle of 308.63º 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 #C432AF is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 50 175 -
CMYK 0 0.74 0.11 0.23
HSL 308.63º 0.59% 0.48% -
HSV(B) 308.63º 0.74% 0.77% -
XYZ 31.64 17.11 42.19 -
YUV 107.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 196 50 175 0 0.74 0.11 0.23 308.63 0.59 0.48
Hex C4 32 AF 0 4A B 17 135 3B 30
Octal 304 62 257 0 112 13 27 465 73 60
Binary 11000100 110010 10101111 0 1001010 1011 10111 100110101 111011 110000

Color Harmonies of #C432AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C432AF

Black with #C432AF

Text Example


Text Example

White with #C432AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C432AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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