Html Css Color HEX #C142AB Fuchsia

📋 copy color: '#C142AB'

red 193 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #C142AB

Tints of Fuchsia #C142AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 44.88%
G = 15.35%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C142AB (or 0xC142AB) is known color: Fuchsia. HEX triplet: C1, 42 and AB. RGB value is (193,66,171). Sum of RGB (Red+Green+Blue) = 193+66+171=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C142AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C142AB is #3EBD54. Grayscale: #737373. Windows color (decimal): -4111701 or 11223745. OLE color: 11223745.

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

Color convert

RGB 193 66 171 -
CMYK 0 0.66 0.11 0.24
HSL 310.39º 0.51% 0.51% -
HSV(B) 310.39º 0.66% 0.76% -
XYZ 31.29 18.17 40.39 -
YUV 115.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 193 66 171 0 0.66 0.11 0.24 310.39 0.51 0.51
Hex C1 42 AB 0 42 B 18 136 33 33
Octal 301 102 253 0 102 13 30 466 63 63
Binary 11000001 1000010 10101011 0 1000010 1011 11000 100110110 110011 110011

Color Harmonies of #C142AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142AB

Black with #C142AB

Text Example


Text Example

White with #C142AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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