Html Css Color HEX #C45FB3 Fuchsia

📋 copy color: '#C45FB3'

red 196 ◦ green 95 ◦ blue 179

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

Shades of Fuchsia #C45FB3

Tints of Fuchsia #C45FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 41.7%
G = 20.21%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C45FB3 (or 0xC45FB3) is known color: Fuchsia. HEX triplet: C4, 5F and B3. RGB value is (196,95,179). Sum of RGB (Red+Green+Blue) = 196+95+179=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FB3 is #3BA04C. Grayscale: #868686. Windows color (decimal): -3907661 or 11755460. OLE color: 11755460.

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

Color convert

RGB 196 95 179 -
CMYK 0 0.52 0.09 0.23
HSL 310.1º 0.46% 0.57% -
HSV(B) 310.1º 0.52% 0.77% -
XYZ 34.99 23.17 45.28 -
YUV 134.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 196 95 179 0 0.52 0.09 0.23 310.1 0.46 0.57
Hex C4 5F B3 0 34 9 17 136 2E 39
Octal 304 137 263 0 64 11 27 466 56 71
Binary 11000100 1011111 10110011 0 110100 1001 10111 100110110 101110 111001

Color Harmonies of #C45FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FB3

Black with #C45FB3

Text Example


Text Example

White with #C45FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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