Html Css Color HEX #C42AB1 Fuchsia

📋 copy color: '#C42AB1'

red 196 ◦ green 42 ◦ blue 177

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

Shades of Fuchsia #C42AB1

Tints of Fuchsia #C42AB1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.12%

 BLUE value IS 177 (69.53% from 255) = 42.65%

R = 47.23%
G = 10.12%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C42AB1 (or 0xC42AB1) is known color: Fuchsia. HEX triplet: C4, 2A and B1. RGB value is (196,42,177). Sum of RGB (Red+Green+Blue) = 196+42+177=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C42AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42AB1 is #3BD54E. Grayscale: #676767. Windows color (decimal): -3921231 or 11610820. OLE color: 11610820.

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

Color convert

RGB 196 42 177 -
CMYK 0 0.79 0.10 0.23
HSL 307.4º 0.65% 0.47% -
HSV(B) 307.4º 0.79% 0.77% -
XYZ 31.53 16.57 43.13 -
YUV 103.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 196 42 177 0 0.79 0.10 0.23 307.4 0.65 0.47
Hex C4 2A B1 0 4F A 17 133 41 2F
Octal 304 52 261 0 117 12 27 463 101 57
Binary 11000100 101010 10110001 0 1001111 1010 10111 100110011 1000001 101111

Color Harmonies of #C42AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AB1

Black with #C42AB1

Text Example


Text Example

White with #C42AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AB1; }

 p { color: rgb(196,42,177); }

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

background-color css

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

 a { background-color: rgb(196,42,177); }

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

border-color css

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

 span { border-color: rgb(196,42,177); }

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