Html Css Color HEX #C452AD Fuchsia

📋 copy color: '#C452AD'

red 196 ◦ green 82 ◦ blue 173

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

Shades of Fuchsia #C452AD

Tints of Fuchsia #C452AD

RGB

 RED value IS 196 (76.95% from 255) = 43.46%

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

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

R = 43.46%
G = 18.18%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C452AD (or 0xC452AD) is known color: Fuchsia. HEX triplet: C4, 52 and AD. RGB value is (196,82,173). Sum of RGB (Red+Green+Blue) = 196+82+173=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C452AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452AD is #3BAD52. Grayscale: #7E7E7E. Windows color (decimal): -3910995 or 11358916. OLE color: 11358916.

HSL color Cylindrical-coordinate representation of color #C452AD: hue angle of 312.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C452AD is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 173 -
CMYK 0 0.58 0.12 0.23
HSL 312.11º 0.49% 0.55% -
HSV(B) 312.11º 0.58% 0.77% -
XYZ 33.33 20.79 41.79 -
YUV 126.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 196 82 173 0 0.58 0.12 0.23 312.11 0.49 0.55
Hex C4 52 AD 0 3A C 17 138 31 37
Octal 304 122 255 0 72 14 27 470 61 67
Binary 11000100 1010010 10101101 0 111010 1100 10111 100111000 110001 110111

Color Harmonies of #C452AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452AD

Black with #C452AD

Text Example


Text Example

White with #C452AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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