Html Css Color HEX #C429BD Fuchsia

📋 copy color: '#C429BD'

red 196 ◦ green 41 ◦ blue 189

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

Shades of Fuchsia #C429BD

Tints of Fuchsia #C429BD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.62%

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

R = 46.01%
G = 9.62%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C429BD (or 0xC429BD) is known color: Fuchsia. HEX triplet: C4, 29 and BD. RGB value is (196,41,189). Sum of RGB (Red+Green+Blue) = 196+41+189=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C429BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429BD is #3BD642. Grayscale: #676767. Windows color (decimal): -3921475 or 12396996. OLE color: 12396996.

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

Color convert

RGB 196 41 189 -
CMYK 0 0.79 0.04 0.23
HSL 302.71º 0.65% 0.46% -
HSV(B) 302.71º 0.79% 0.77% -
XYZ 32.74 17 49.7 -
YUV 104.22 175.85 193.47 -
System Red Green Blue C M Y K H S L
Decimal 196 41 189 0 0.79 0.04 0.23 302.71 0.65 0.46
Hex C4 29 BD 0 4F 4 17 12F 41 2E
Octal 304 51 275 0 117 4 27 457 101 56
Binary 11000100 101001 10111101 0 1001111 100 10111 100101111 1000001 101110

Color Harmonies of #C429BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429BD

Black with #C429BD

Text Example


Text Example

White with #C429BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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