Html Css Color HEX #C428B5 Fuchsia

📋 copy color: '#C428B5'

red 196 ◦ green 40 ◦ blue 181

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

Shades of Fuchsia #C428B5

Tints of Fuchsia #C428B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.41%

R = 47%
G = 9.59%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C428B5 (or 0xC428B5) is known color: Fuchsia. HEX triplet: C4, 28 and B5. RGB value is (196,40,181). Sum of RGB (Red+Green+Blue) = 196+40+181=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C428B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428B5 is #3BD74A. Grayscale: #666666. Windows color (decimal): -3921739 or 11872452. OLE color: 11872452.

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

Color convert

RGB 196 40 181 -
CMYK 0 0.80 0.08 0.23
HSL 305.77º 0.66% 0.46% -
HSV(B) 305.77º 0.8% 0.77% -
XYZ 31.86 16.59 45.24 -
YUV 102.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 196 40 181 0 0.80 0.08 0.23 305.77 0.66 0.46
Hex C4 28 B5 0 50 8 17 132 42 2E
Octal 304 50 265 0 120 10 27 462 102 56
Binary 11000100 101000 10110101 0 1010000 1000 10111 100110010 1000010 101110

Color Harmonies of #C428B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428B5

Black with #C428B5

Text Example


Text Example

White with #C428B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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