Html Css Color HEX #C431BD Fuchsia

📋 copy color: '#C431BD'

red 196 ◦ green 49 ◦ blue 189

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

Shades of Fuchsia #C431BD

Tints of Fuchsia #C431BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.29%

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 45.16%
G = 11.29%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C431BD (or 0xC431BD) is known color: Fuchsia. HEX triplet: C4, 31 and BD. RGB value is (196,49,189). Sum of RGB (Red+Green+Blue) = 196+49+189=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C431BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431BD is #3BCE42. Grayscale: #6C6C6C. Windows color (decimal): -3919427 or 12399044. OLE color: 12399044.

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

Color convert

RGB 196 49 189 -
CMYK 0 0.75 0.04 0.23
HSL 302.86º 0.6% 0.48% -
HSV(B) 302.86º 0.75% 0.77% -
XYZ 33.05 17.61 49.8 -
YUV 108.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 196 49 189 0 0.75 0.04 0.23 302.86 0.6 0.48
Hex C4 31 BD 0 4B 4 17 12F 3C 30
Octal 304 61 275 0 113 4 27 457 74 60
Binary 11000100 110001 10111101 0 1001011 100 10111 100101111 111100 110000

Color Harmonies of #C431BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431BD

Black with #C431BD

Text Example


Text Example

White with #C431BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431BD; }

 p { color: rgb(196,49,189); }

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

background-color css

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

 a { background-color: rgb(196,49,189); }

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

border-color css

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

 span { border-color: rgb(196,49,189); }

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