Html Css Color HEX #C45BC9 Fuchsia

📋 copy color: '#C45BC9'

red 196 ◦ green 91 ◦ blue 201

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

Shades of Fuchsia #C45BC9

Tints of Fuchsia #C45BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.65%

 BLUE value IS 201 (78.91% from 255) = 41.19%

R = 40.16%
G = 18.65%
B = 41.19%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C45BC9 (or 0xC45BC9) is known color: Fuchsia. HEX triplet: C4, 5B and C9. RGB value is (196,91,201). Sum of RGB (Red+Green+Blue) = 196+91+201=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #C45BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BC9 is #3BA436. Grayscale: #868686. Windows color (decimal): -3908663 or 13196228. OLE color: 13196228.

HSL color Cylindrical-coordinate representation of color #C45BC9: hue angle of 297.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45BC9 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 91 201 -
CMYK 0.02 0.55 0 0.21
HSL 297.27º 0.5% 0.57% -
HSV(B) 297.27º 0.55% 0.79% -
XYZ 37.05 23.43 57.83 -
YUV 134.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 196 91 201 0.02 0.55 0 0.21 297.27 0.5 0.57
Hex C4 5B C9 2 37 0 15 129 32 39
Octal 304 133 311 2 67 0 25 451 62 71
Binary 11000100 1011011 11001001 10 110111 0 10101 100101001 110010 111001

Color Harmonies of #C45BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BC9

Black with #C45BC9

Text Example


Text Example

White with #C45BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BC9; }

 p { color: rgb(196,91,201); }

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

background-color css

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

 a { background-color: rgb(196,91,201); }

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

border-color css

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

 span { border-color: rgb(196,91,201); }

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