Html Css Color HEX #C453AB Fuchsia

📋 copy color: '#C453AB'

red 196 ◦ green 83 ◦ blue 171

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

Shades of Fuchsia #C453AB

Tints of Fuchsia #C453AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 43.56%
G = 18.44%
B = 38%

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

#C453AB (or 0xC453AB) is known color: Fuchsia. HEX triplet: C4, 53 and AB. RGB value is (196,83,171). Sum of RGB (Red+Green+Blue) = 196+83+171=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C453AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453AB is #3BAC54. Grayscale: #7E7E7E. Windows color (decimal): -3910741 or 11228100. OLE color: 11228100.

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

Color convert

RGB 196 83 171 -
CMYK 0 0.58 0.13 0.23
HSL 313.27º 0.49% 0.55% -
HSV(B) 313.27º 0.58% 0.77% -
XYZ 33.21 20.86 40.8 -
YUV 126.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 196 83 171 0 0.58 0.13 0.23 313.27 0.49 0.55
Hex C4 53 AB 0 3A D 17 139 31 37
Octal 304 123 253 0 72 15 27 471 61 67
Binary 11000100 1010011 10101011 0 111010 1101 10111 100111001 110001 110111

Color Harmonies of #C453AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C453AB

Black with #C453AB

Text Example


Text Example

White with #C453AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C453AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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