Html Css Color HEX #C453AA Fuchsia

📋 copy color: '#C453AA'

red 196 ◦ green 83 ◦ blue 170

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

Shades of Fuchsia #C453AA

Tints of Fuchsia #C453AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.49%

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

R = 43.65%
G = 18.49%
B = 37.86%

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

#C453AA (or 0xC453AA) is known color: Fuchsia. HEX triplet: C4, 53 and AA. RGB value is (196,83,170). Sum of RGB (Red+Green+Blue) = 196+83+170=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C453AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453AA is #3BAC55. Grayscale: #7E7E7E. Windows color (decimal): -3910742 or 11162564. OLE color: 11162564.

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

Color convert

RGB 196 83 170 -
CMYK 0 0.58 0.13 0.23
HSL 313.81º 0.49% 0.55% -
HSV(B) 313.81º 0.58% 0.77% -
XYZ 33.11 20.82 40.3 -
YUV 126.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 196 83 170 0 0.58 0.13 0.23 313.81 0.49 0.55
Hex C4 53 AA 0 3A D 17 13A 31 37
Octal 304 123 252 0 72 15 27 472 61 67
Binary 11000100 1010011 10101010 0 111010 1101 10111 100111010 110001 110111

Color Harmonies of #C453AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C453AA

Black with #C453AA

Text Example


Text Example

White with #C453AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C453AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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