Html Css Color HEX #C14BA7 Fuchsia

📋 copy color: '#C14BA7'

red 193 ◦ green 75 ◦ blue 167

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

Shades of Fuchsia #C14BA7

Tints of Fuchsia #C14BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.39%

R = 44.37%
G = 17.24%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C14BA7 (or 0xC14BA7) is known color: Fuchsia. HEX triplet: C1, 4B and A7. RGB value is (193,75,167). Sum of RGB (Red+Green+Blue) = 193+75+167=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14BA7 is #3EB458. Grayscale: #787878. Windows color (decimal): -4109401 or 10963905. OLE color: 10963905.

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

Color convert

RGB 193 75 167 -
CMYK 0 0.61 0.13 0.24
HSL 313.22º 0.49% 0.53% -
HSV(B) 313.22º 0.61% 0.76% -
XYZ 31.48 19.16 38.6 -
YUV 120.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 193 75 167 0 0.61 0.13 0.24 313.22 0.49 0.53
Hex C1 4B A7 0 3D D 18 139 31 35
Octal 301 113 247 0 75 15 30 471 61 65
Binary 11000001 1001011 10100111 0 111101 1101 11000 100111001 110001 110101

Color Harmonies of #C14BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BA7

Black with #C14BA7

Text Example


Text Example

White with #C14BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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