Html Css Color HEX #C12AB6 Fuchsia

📋 copy color: '#C12AB6'

red 193 ◦ green 42 ◦ blue 182

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

Shades of Fuchsia #C12AB6

Tints of Fuchsia #C12AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 46.28%
G = 10.07%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C12AB6 (or 0xC12AB6) is known color: Fuchsia. HEX triplet: C1, 2A and B6. RGB value is (193,42,182). Sum of RGB (Red+Green+Blue) = 193+42+182=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12AB6 is #3ED549. Grayscale: #666666. Windows color (decimal): -4117834 or 11938497. OLE color: 11938497.

HSL color Cylindrical-coordinate representation of color #C12AB6: hue angle of 304.37º 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 #C12AB6 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 42 182 -
CMYK 0 0.78 0.06 0.24
HSL 304.37º 0.64% 0.46% -
HSV(B) 304.37º 0.78% 0.76% -
XYZ 31.26 16.37 45.77 -
YUV 103.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 193 42 182 0 0.78 0.06 0.24 304.37 0.64 0.46
Hex C1 2A B6 0 4E 6 18 130 40 2E
Octal 301 52 266 0 116 6 30 460 100 56
Binary 11000001 101010 10110110 0 1001110 110 11000 100110000 1000000 101110

Color Harmonies of #C12AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AB6

Black with #C12AB6

Text Example


Text Example

White with #C12AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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