Html Css Color HEX #C14BAE Fuchsia

📋 copy color: '#C14BAE'

red 193 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #C14BAE

Tints of Fuchsia #C14BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.97%

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

R = 43.67%
G = 16.97%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C14BAE (or 0xC14BAE) is known color: Fuchsia. HEX triplet: C1, 4B and AE. RGB value is (193,75,174). Sum of RGB (Red+Green+Blue) = 193+75+174=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14BAE is #3EB451. Grayscale: #797979. Windows color (decimal): -4109394 or 11422657. OLE color: 11422657.

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

Color convert

RGB 193 75 174 -
CMYK 0 0.61 0.10 0.24
HSL 309.66º 0.49% 0.53% -
HSV(B) 309.66º 0.61% 0.76% -
XYZ 32.15 19.43 42.1 -
YUV 121.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 193 75 174 0 0.61 0.10 0.24 309.66 0.49 0.53
Hex C1 4B AE 0 3D A 18 136 31 35
Octal 301 113 256 0 75 12 30 466 61 65
Binary 11000001 1001011 10101110 0 111101 1010 11000 100110110 110001 110101

Color Harmonies of #C14BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BAE

Black with #C14BAE

Text Example


Text Example

White with #C14BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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