Html Css Color HEX #C252AC Fuchsia

📋 copy color: '#C252AC'

red 194 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #C252AC

Tints of Fuchsia #C252AC

RGB

 RED value IS 194 (76.17% from 255) = 43.3%

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

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

R = 43.3%
G = 18.3%
B = 38.39%

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

#C252AC (or 0xC252AC) is known color: Fuchsia. HEX triplet: C2, 52 and AC. RGB value is (194,82,172). Sum of RGB (Red+Green+Blue) = 194+82+172=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C252AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252AC is #3DAD53. Grayscale: #7D7D7D. Windows color (decimal): -4042068 or 11293378. OLE color: 11293378.

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

Color convert

RGB 194 82 172 -
CMYK 0 0.58 0.11 0.24
HSL 311.79º 0.48% 0.54% -
HSV(B) 311.79º 0.58% 0.76% -
XYZ 32.71 20.48 41.26 -
YUV 125.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 194 82 172 0 0.58 0.11 0.24 311.79 0.48 0.54
Hex C2 52 AC 0 3A B 18 138 30 36
Octal 302 122 254 0 72 13 30 470 60 66
Binary 11000010 1010010 10101100 0 111010 1011 11000 100111000 110000 110110

Color Harmonies of #C252AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252AC

Black with #C252AC

Text Example


Text Example

White with #C252AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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