Html Css Color HEX #C434AC Fuchsia

📋 copy color: '#C434AC'

red 196 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #C434AC

Tints of Fuchsia #C434AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 46.67%
G = 12.38%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C434AC (or 0xC434AC) is known color: Fuchsia. HEX triplet: C4, 34 and AC. RGB value is (196,52,172). Sum of RGB (Red+Green+Blue) = 196+52+172=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C434AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C434AC is #3BCB53. Grayscale: #6C6C6C. Windows color (decimal): -3918676 or 11285700. OLE color: 11285700.

HSL color Cylindrical-coordinate representation of color #C434AC: hue angle of 310º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C434AC is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 52 172 -
CMYK 0 0.73 0.12 0.23
HSL 310º 0.58% 0.49% -
HSV(B) 310º 0.73% 0.77% -
XYZ 31.44 17.17 40.69 -
YUV 108.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 196 52 172 0 0.73 0.12 0.23 310 0.58 0.49
Hex C4 34 AC 0 49 C 17 136 3A 31
Octal 304 64 254 0 111 14 27 466 72 61
Binary 11000100 110100 10101100 0 1001001 1100 10111 100110110 111010 110001

Color Harmonies of #C434AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434AC

Black with #C434AC

Text Example


Text Example

White with #C434AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434AC; }

 p { color: rgb(196,52,172); }

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

background-color css

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

 a { background-color: rgb(196,52,172); }

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

border-color css

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

 span { border-color: rgb(196,52,172); }

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