Html Css Color HEX #C45FB0 Fuchsia

📋 copy color: '#C45FB0'

red 196 ◦ green 95 ◦ blue 176

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

Shades of Fuchsia #C45FB0

Tints of Fuchsia #C45FB0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 41.97%
G = 20.34%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C45FB0 (or 0xC45FB0) is known color: Fuchsia. HEX triplet: C4, 5F and B0. RGB value is (196,95,176). Sum of RGB (Red+Green+Blue) = 196+95+176=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FB0 is #3BA04F. Grayscale: #868686. Windows color (decimal): -3907664 or 11558852. OLE color: 11558852.

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

Color convert

RGB 196 95 176 -
CMYK 0 0.52 0.10 0.23
HSL 311.88º 0.46% 0.57% -
HSV(B) 311.88º 0.52% 0.77% -
XYZ 34.69 23.05 43.7 -
YUV 134.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 196 95 176 0 0.52 0.10 0.23 311.88 0.46 0.57
Hex C4 5F B0 0 34 A 17 138 2E 39
Octal 304 137 260 0 64 12 27 470 56 71
Binary 11000100 1011111 10110000 0 110100 1010 10111 100111000 101110 111001

Color Harmonies of #C45FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FB0

Black with #C45FB0

Text Example


Text Example

White with #C45FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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