Html Css Color HEX #C152AC Fuchsia

📋 copy color: '#C152AC'

red 193 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #C152AC

Tints of Fuchsia #C152AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 43.18%
G = 18.34%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C152AC (or 0xC152AC) is known color: Fuchsia. HEX triplet: C1, 52 and AC. RGB value is (193,82,172). Sum of RGB (Red+Green+Blue) = 193+82+172=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C152AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152AC is #3EAD53. Grayscale: #7D7D7D. Windows color (decimal): -4107604 or 11293377. OLE color: 11293377.

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

Color convert

RGB 193 82 172 -
CMYK 0 0.58 0.11 0.24
HSL 311.35º 0.47% 0.54% -
HSV(B) 311.35º 0.58% 0.76% -
XYZ 32.46 20.35 41.25 -
YUV 125.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 193 82 172 0 0.58 0.11 0.24 311.35 0.47 0.54
Hex C1 52 AC 0 3A B 18 137 2F 36
Octal 301 122 254 0 72 13 30 467 57 66
Binary 11000001 1010010 10101100 0 111010 1011 11000 100110111 101111 110110

Color Harmonies of #C152AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152AC

Black with #C152AC

Text Example


Text Example

White with #C152AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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