Html Css Color HEX #C452AA Fuchsia

📋 copy color: '#C452AA'

red 196 ◦ green 82 ◦ blue 170

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

Shades of Fuchsia #C452AA

Tints of Fuchsia #C452AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 43.75%
G = 18.3%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C452AA (or 0xC452AA) is known color: Fuchsia. HEX triplet: C4, 52 and AA. RGB value is (196,82,170). Sum of RGB (Red+Green+Blue) = 196+82+170=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C452AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452AA is #3BAD55. Grayscale: #7D7D7D. Windows color (decimal): -3910998 or 11162308. OLE color: 11162308.

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

Color convert

RGB 196 82 170 -
CMYK 0 0.58 0.13 0.23
HSL 313.68º 0.49% 0.55% -
HSV(B) 313.68º 0.58% 0.77% -
XYZ 33.04 20.67 40.28 -
YUV 126.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 196 82 170 0 0.58 0.13 0.23 313.68 0.49 0.55
Hex C4 52 AA 0 3A D 17 13A 31 37
Octal 304 122 252 0 72 15 27 472 61 67
Binary 11000100 1010010 10101010 0 111010 1101 10111 100111010 110001 110111

Color Harmonies of #C452AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452AA

Black with #C452AA

Text Example


Text Example

White with #C452AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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