Html Css Color HEX #C42AB3 Fuchsia

📋 copy color: '#C42AB3'

red 196 ◦ green 42 ◦ blue 179

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

Shades of Fuchsia #C42AB3

Tints of Fuchsia #C42AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 47%
G = 10.07%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C42AB3 (or 0xC42AB3) is known color: Fuchsia. HEX triplet: C4, 2A and B3. RGB value is (196,42,179). Sum of RGB (Red+Green+Blue) = 196+42+179=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C42AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42AB3 is #3BD54C. Grayscale: #676767. Windows color (decimal): -3921229 or 11741892. OLE color: 11741892.

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

Color convert

RGB 196 42 179 -
CMYK 0 0.79 0.09 0.23
HSL 306.62º 0.65% 0.47% -
HSV(B) 306.62º 0.79% 0.77% -
XYZ 31.73 16.65 44.19 -
YUV 103.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 196 42 179 0 0.79 0.09 0.23 306.62 0.65 0.47
Hex C4 2A B3 0 4F 9 17 133 41 2F
Octal 304 52 263 0 117 11 27 463 101 57
Binary 11000100 101010 10110011 0 1001111 1001 10111 100110011 1000001 101111

Color Harmonies of #C42AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AB3

Black with #C42AB3

Text Example


Text Example

White with #C42AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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