Html Css Color HEX #C428B0 Fuchsia

📋 copy color: '#C428B0'

red 196 ◦ green 40 ◦ blue 176

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

Shades of Fuchsia #C428B0

Tints of Fuchsia #C428B0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.71%

 BLUE value IS 176 (69.14% from 255) = 42.72%

R = 47.57%
G = 9.71%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C428B0 (or 0xC428B0) is known color: Fuchsia. HEX triplet: C4, 28 and B0. RGB value is (196,40,176). Sum of RGB (Red+Green+Blue) = 196+40+176=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C428B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C428B0 is #3BD74F. Grayscale: #656565. Windows color (decimal): -3921744 or 11544772. OLE color: 11544772.

HSL color Cylindrical-coordinate representation of color #C428B0: hue angle of 307.69º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428B0 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 176 -
CMYK 0 0.80 0.10 0.23
HSL 307.69º 0.66% 0.46% -
HSV(B) 307.69º 0.8% 0.77% -
XYZ 31.36 16.39 42.58 -
YUV 102.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 196 40 176 0 0.80 0.10 0.23 307.69 0.66 0.46
Hex C4 28 B0 0 50 A 17 134 42 2E
Octal 304 50 260 0 120 12 27 464 102 56
Binary 11000100 101000 10110000 0 1010000 1010 10111 100110100 1000010 101110

Color Harmonies of #C428B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428B0

Black with #C428B0

Text Example


Text Example

White with #C428B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428B0; }

 p { color: rgb(196,40,176); }

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

background-color css

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

 a { background-color: rgb(196,40,176); }

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

border-color css

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

 span { border-color: rgb(196,40,176); }

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