Html Css Color HEX #C252AD Fuchsia

📋 copy color: '#C252AD'

red 194 ◦ green 82 ◦ blue 173

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

Shades of Fuchsia #C252AD

Tints of Fuchsia #C252AD

RGB

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

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

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

R = 43.21%
G = 18.26%
B = 38.53%

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

#C252AD (or 0xC252AD) is known color: Fuchsia. HEX triplet: C2, 52 and AD. RGB value is (194,82,173). Sum of RGB (Red+Green+Blue) = 194+82+173=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C252AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252AD is #3DAD52. Grayscale: #7D7D7D. Windows color (decimal): -4042067 or 11358914. OLE color: 11358914.

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

Color convert

RGB 194 82 173 -
CMYK 0 0.58 0.11 0.24
HSL 311.25º 0.48% 0.54% -
HSV(B) 311.25º 0.58% 0.76% -
XYZ 32.81 20.52 41.77 -
YUV 125.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 194 82 173 0 0.58 0.11 0.24 311.25 0.48 0.54
Hex C2 52 AD 0 3A B 18 137 30 36
Octal 302 122 255 0 72 13 30 467 60 66
Binary 11000010 1010010 10101101 0 111010 1011 11000 100110111 110000 110110

Color Harmonies of #C252AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252AD

Black with #C252AD

Text Example


Text Example

White with #C252AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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