Html Css Color HEX #C152AD Fuchsia

📋 copy color: '#C152AD'

red 193 ◦ green 82 ◦ blue 173

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

Shades of Fuchsia #C152AD

Tints of Fuchsia #C152AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

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

R = 43.08%
G = 18.3%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C152AD (or 0xC152AD) is known color: Fuchsia. HEX triplet: C1, 52 and AD. RGB value is (193,82,173). Sum of RGB (Red+Green+Blue) = 193+82+173=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C152AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152AD is #3EAD52. Grayscale: #7D7D7D. Windows color (decimal): -4107603 or 11358913. OLE color: 11358913.

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

Color convert

RGB 193 82 173 -
CMYK 0 0.58 0.10 0.24
HSL 310.81º 0.47% 0.54% -
HSV(B) 310.81º 0.58% 0.76% -
XYZ 32.55 20.39 41.75 -
YUV 125.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 193 82 173 0 0.58 0.10 0.24 310.81 0.47 0.54
Hex C1 52 AD 0 3A A 18 137 2F 36
Octal 301 122 255 0 72 12 30 467 57 66
Binary 11000001 1010010 10101101 0 111010 1010 11000 100110111 101111 110110

Color Harmonies of #C152AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152AD

Black with #C152AD

Text Example


Text Example

White with #C152AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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