Html Css Color HEX #C434BA Fuchsia

📋 copy color: '#C434BA'

red 196 ◦ green 52 ◦ blue 186

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

Shades of Fuchsia #C434BA

Tints of Fuchsia #C434BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 45.16%
G = 11.98%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C434BA (or 0xC434BA) is known color: Fuchsia. HEX triplet: C4, 34 and BA. RGB value is (196,52,186). Sum of RGB (Red+Green+Blue) = 196+52+186=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C434BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434BA is #3BCB45. Grayscale: #6D6D6D. Windows color (decimal): -3918662 or 12203204. OLE color: 12203204.

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

Color convert

RGB 196 52 186 -
CMYK 0 0.73 0.05 0.23
HSL 304.17º 0.58% 0.49% -
HSV(B) 304.17º 0.73% 0.77% -
XYZ 32.86 17.74 48.15 -
YUV 110.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 196 52 186 0 0.73 0.05 0.23 304.17 0.58 0.49
Hex C4 34 BA 0 49 5 17 130 3A 31
Octal 304 64 272 0 111 5 27 460 72 61
Binary 11000100 110100 10111010 0 1001001 101 10111 100110000 111010 110001

Color Harmonies of #C434BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434BA

Black with #C434BA

Text Example


Text Example

White with #C434BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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