Html Css Color HEX #C13EAE Fuchsia

📋 copy color: '#C13EAE'

red 193 ◦ green 62 ◦ blue 174

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

Shades of Fuchsia #C13EAE

Tints of Fuchsia #C13EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.45%

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

R = 44.99%
G = 14.45%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C13EAE (or 0xC13EAE) is known color: Fuchsia. HEX triplet: C1, 3E and AE. RGB value is (193,62,174). Sum of RGB (Red+Green+Blue) = 193+62+174=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EAE is #3EC151. Grayscale: #717171. Windows color (decimal): -4112722 or 11419329. OLE color: 11419329.

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

Color convert

RGB 193 62 174 -
CMYK 0 0.68 0.10 0.24
HSL 308.7º 0.51% 0.5% -
HSV(B) 308.7º 0.68% 0.76% -
XYZ 31.35 17.84 41.84 -
YUV 113.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 193 62 174 0 0.68 0.10 0.24 308.7 0.51 0.5
Hex C1 3E AE 0 44 A 18 135 33 32
Octal 301 76 256 0 104 12 30 465 63 62
Binary 11000001 111110 10101110 0 1000100 1010 11000 100110101 110011 110010

Color Harmonies of #C13EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EAE

Black with #C13EAE

Text Example


Text Example

White with #C13EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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