Html Css Color HEX #C45CA8 Fuchsia

📋 copy color: '#C45CA8'

red 196 ◦ green 92 ◦ blue 168

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

Shades of Fuchsia #C45CA8

Tints of Fuchsia #C45CA8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.18%

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

R = 42.98%
G = 20.18%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C45CA8 (or 0xC45CA8) is known color: Fuchsia. HEX triplet: C4, 5C and A8. RGB value is (196,92,168). Sum of RGB (Red+Green+Blue) = 196+92+168=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C45CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45CA8 is #3BA357. Grayscale: #838383. Windows color (decimal): -3908440 or 11033796. OLE color: 11033796.

HSL color Cylindrical-coordinate representation of color #C45CA8: hue angle of 316.15º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45CA8 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 92 168 -
CMYK 0 0.53 0.14 0.23
HSL 316.15º 0.47% 0.56% -
HSV(B) 316.15º 0.53% 0.77% -
XYZ 33.66 22.22 39.56 -
YUV 131.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 196 92 168 0 0.53 0.14 0.23 316.15 0.47 0.56
Hex C4 5C A8 0 35 E 17 13C 2F 38
Octal 304 134 250 0 65 16 27 474 57 70
Binary 11000100 1011100 10101000 0 110101 1110 10111 100111100 101111 111000

Color Harmonies of #C45CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CA8

Black with #C45CA8

Text Example


Text Example

White with #C45CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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