Html Css Color HEX #C45BB0 Fuchsia

📋 copy color: '#C45BB0'

red 196 ◦ green 91 ◦ blue 176

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

Shades of Fuchsia #C45BB0

Tints of Fuchsia #C45BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.01%

R = 42.33%
G = 19.65%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C45BB0 (or 0xC45BB0) is known color: Fuchsia. HEX triplet: C4, 5B and B0. RGB value is (196,91,176). Sum of RGB (Red+Green+Blue) = 196+91+176=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C45BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45BB0 is #3BA44F. Grayscale: #838383. Windows color (decimal): -3908688 or 11557828. OLE color: 11557828.

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

Color convert

RGB 196 91 176 -
CMYK 0 0.54 0.10 0.23
HSL 311.43º 0.47% 0.56% -
HSV(B) 311.43º 0.54% 0.77% -
XYZ 34.34 22.35 43.58 -
YUV 132.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 196 91 176 0 0.54 0.10 0.23 311.43 0.47 0.56
Hex C4 5B B0 0 36 A 17 137 2F 38
Octal 304 133 260 0 66 12 27 467 57 70
Binary 11000100 1011011 10110000 0 110110 1010 10111 100110111 101111 111000

Color Harmonies of #C45BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BB0

Black with #C45BB0

Text Example


Text Example

White with #C45BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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