Html Css Color HEX #C153AD Fuchsia

📋 copy color: '#C153AD'

red 193 ◦ green 83 ◦ blue 173

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

Shades of Fuchsia #C153AD

Tints of Fuchsia #C153AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.49%

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

R = 42.98%
G = 18.49%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C153AD (or 0xC153AD) is known color: Fuchsia. HEX triplet: C1, 53 and AD. RGB value is (193,83,173). Sum of RGB (Red+Green+Blue) = 193+83+173=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C153AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C153AD is #3EAC52. Grayscale: #7D7D7D. Windows color (decimal): -4107347 or 11359169. OLE color: 11359169.

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

Color convert

RGB 193 83 173 -
CMYK 0 0.57 0.10 0.24
HSL 310.91º 0.47% 0.54% -
HSV(B) 310.91º 0.57% 0.76% -
XYZ 32.63 20.54 41.78 -
YUV 126.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 193 83 173 0 0.57 0.10 0.24 310.91 0.47 0.54
Hex C1 53 AD 0 39 A 18 137 2F 36
Octal 301 123 255 0 71 12 30 467 57 66
Binary 11000001 1010011 10101101 0 111001 1010 11000 100110111 101111 110110

Color Harmonies of #C153AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153AD

Black with #C153AD

Text Example


Text Example

White with #C153AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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