Html Css Color HEX #C142AA Fuchsia

📋 copy color: '#C142AA'

red 193 ◦ green 66 ◦ blue 170

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

Shades of Fuchsia #C142AA

Tints of Fuchsia #C142AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.38%

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 44.99%
G = 15.38%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C142AA (or 0xC142AA) is known color: Fuchsia. HEX triplet: C1, 42 and AA. RGB value is (193,66,170). Sum of RGB (Red+Green+Blue) = 193+66+170=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C142AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C142AA is #3EBD55. Grayscale: #737373. Windows color (decimal): -4111702 or 11158209. OLE color: 11158209.

HSL color Cylindrical-coordinate representation of color #C142AA: hue angle of 310.87º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C142AA is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 170 -
CMYK 0 0.66 0.12 0.24
HSL 310.87º 0.51% 0.51% -
HSV(B) 310.87º 0.66% 0.76% -
XYZ 31.2 18.14 39.89 -
YUV 115.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 193 66 170 0 0.66 0.12 0.24 310.87 0.51 0.51
Hex C1 42 AA 0 42 C 18 137 33 33
Octal 301 102 252 0 102 14 30 467 63 63
Binary 11000001 1000010 10101010 0 1000010 1100 11000 100110111 110011 110011

Color Harmonies of #C142AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142AA

Black with #C142AA

Text Example


Text Example

White with #C142AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142AA; }

 p { color: rgb(193,66,170); }

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

background-color css

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

 a { background-color: rgb(193,66,170); }

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

border-color css

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

 span { border-color: rgb(193,66,170); }

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