Html Css Color HEX #C452A8 Fuchsia

📋 copy color: '#C452A8'

red 196 ◦ green 82 ◦ blue 168

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

Shades of Fuchsia #C452A8

Tints of Fuchsia #C452A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.67%

R = 43.95%
G = 18.39%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C452A8 (or 0xC452A8) is known color: Fuchsia. HEX triplet: C4, 52 and A8. RGB value is (196,82,168). Sum of RGB (Red+Green+Blue) = 196+82+168=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C452A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452A8 is #3BAD57. Grayscale: #7D7D7D. Windows color (decimal): -3911000 or 11031236. OLE color: 11031236.

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

Color convert

RGB 196 82 168 -
CMYK 0 0.58 0.14 0.23
HSL 314.74º 0.49% 0.55% -
HSV(B) 314.74º 0.58% 0.77% -
XYZ 32.85 20.6 39.29 -
YUV 125.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 196 82 168 0 0.58 0.14 0.23 314.74 0.49 0.55
Hex C4 52 A8 0 3A E 17 13B 31 37
Octal 304 122 250 0 72 16 27 473 61 67
Binary 11000100 1010010 10101000 0 111010 1110 10111 100111011 110001 110111

Color Harmonies of #C452A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452A8

Black with #C452A8

Text Example


Text Example

White with #C452A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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