Html Css Color HEX #C134AD Fuchsia

📋 copy color: '#C134AD'

red 193 ◦ green 52 ◦ blue 173

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

Shades of Fuchsia #C134AD

Tints of Fuchsia #C134AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.44%

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 46.17%
G = 12.44%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C134AD (or 0xC134AD) is known color: Fuchsia. HEX triplet: C1, 34 and AD. RGB value is (193,52,173). Sum of RGB (Red+Green+Blue) = 193+52+173=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C134AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C134AD is #3ECB52. Grayscale: #6B6B6B. Windows color (decimal): -4115283 or 11351233. OLE color: 11351233.

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

Color convert

RGB 193 52 173 -
CMYK 0 0.73 0.10 0.24
HSL 308.51º 0.58% 0.48% -
HSV(B) 308.51º 0.73% 0.76% -
XYZ 30.76 16.81 41.16 -
YUV 107.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 193 52 173 0 0.73 0.10 0.24 308.51 0.58 0.48
Hex C1 34 AD 0 49 A 18 135 3A 30
Octal 301 64 255 0 111 12 30 465 72 60
Binary 11000001 110100 10101101 0 1001001 1010 11000 100110101 111010 110000

Color Harmonies of #C134AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134AD

Black with #C134AD

Text Example


Text Example

White with #C134AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134AD; }

 p { color: rgb(193,52,173); }

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

background-color css

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

 a { background-color: rgb(193,52,173); }

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

border-color css

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

 span { border-color: rgb(193,52,173); }

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