Html Css Color HEX #C138AE Fuchsia

📋 copy color: '#C138AE'

red 193 ◦ green 56 ◦ blue 174

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

Shades of Fuchsia #C138AE

Tints of Fuchsia #C138AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.24%

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

R = 45.63%
G = 13.24%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C138AE (or 0xC138AE) is known color: Fuchsia. HEX triplet: C1, 38 and AE. RGB value is (193,56,174). Sum of RGB (Red+Green+Blue) = 193+56+174=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C138AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C138AE is #3EC751. Grayscale: #6E6E6E. Windows color (decimal): -4114258 or 11417793. OLE color: 11417793.

HSL color Cylindrical-coordinate representation of color #C138AE: hue angle of 308.32º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C138AE is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 56 174 -
CMYK 0 0.71 0.10 0.24
HSL 308.32º 0.55% 0.49% -
HSV(B) 308.32º 0.71% 0.76% -
XYZ 31.05 17.22 41.73 -
YUV 110.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 193 56 174 0 0.71 0.10 0.24 308.32 0.55 0.49
Hex C1 38 AE 0 47 A 18 134 37 31
Octal 301 70 256 0 107 12 30 464 67 61
Binary 11000001 111000 10101110 0 1000111 1010 11000 100110100 110111 110001

Color Harmonies of #C138AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138AE

Black with #C138AE

Text Example


Text Example

White with #C138AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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