Html Css Color HEX #C12AB8 Fuchsia

📋 copy color: '#C12AB8'

red 193 ◦ green 42 ◦ blue 184

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

Shades of Fuchsia #C12AB8

Tints of Fuchsia #C12AB8

RGB

 RED value IS 193 (75.78% from 255) = 46.06%

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

 BLUE value IS 184 (72.27% from 255) = 43.91%

R = 46.06%
G = 10.02%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C12AB8 (or 0xC12AB8) is known color: Fuchsia. HEX triplet: C1, 2A and B8. RGB value is (193,42,184). Sum of RGB (Red+Green+Blue) = 193+42+184=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12AB8 is #3ED547. Grayscale: #666666. Windows color (decimal): -4117832 or 12069569. OLE color: 12069569.

HSL color Cylindrical-coordinate representation of color #C12AB8: hue angle of 303.58º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12AB8 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 42 184 -
CMYK 0 0.78 0.05 0.24
HSL 303.58º 0.64% 0.46% -
HSV(B) 303.58º 0.78% 0.76% -
XYZ 31.47 16.45 46.86 -
YUV 103.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 193 42 184 0 0.78 0.05 0.24 303.58 0.64 0.46
Hex C1 2A B8 0 4E 5 18 130 40 2E
Octal 301 52 270 0 116 5 30 460 100 56
Binary 11000001 101010 10111000 0 1001110 101 11000 100110000 1000000 101110

Color Harmonies of #C12AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AB8

Black with #C12AB8

Text Example


Text Example

White with #C12AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AB8; }

 p { color: rgb(193,42,184); }

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

background-color css

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

 a { background-color: rgb(193,42,184); }

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

border-color css

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

 span { border-color: rgb(193,42,184); }

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