Html Css Color HEX #C12AAE Fuchsia

📋 copy color: '#C12AAE'

red 193 ◦ green 42 ◦ blue 174

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

Shades of Fuchsia #C12AAE

Tints of Fuchsia #C12AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 47.19%
G = 10.27%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C12AAE (or 0xC12AAE) is known color: Fuchsia. HEX triplet: C1, 2A and AE. RGB value is (193,42,174). Sum of RGB (Red+Green+Blue) = 193+42+174=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12AAE is #3ED551. Grayscale: #656565. Windows color (decimal): -4117842 or 11414209. OLE color: 11414209.

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

Color convert

RGB 193 42 174 -
CMYK 0 0.78 0.10 0.24
HSL 307.55º 0.64% 0.46% -
HSV(B) 307.55º 0.78% 0.76% -
XYZ 30.46 16.05 41.54 -
YUV 102.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 193 42 174 0 0.78 0.10 0.24 307.55 0.64 0.46
Hex C1 2A AE 0 4E A 18 134 40 2E
Octal 301 52 256 0 116 12 30 464 100 56
Binary 11000001 101010 10101110 0 1001110 1010 11000 100110100 1000000 101110

Color Harmonies of #C12AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AAE

Black with #C12AAE

Text Example


Text Example

White with #C12AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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