Html Css Color HEX #C445BD Fuchsia

📋 copy color: '#C445BD'

red 196 ◦ green 69 ◦ blue 189

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

Shades of Fuchsia #C445BD

Tints of Fuchsia #C445BD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.2%

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 43.17%
G = 15.2%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C445BD (or 0xC445BD) is known color: Fuchsia. HEX triplet: C4, 45 and BD. RGB value is (196,69,189). Sum of RGB (Red+Green+Blue) = 196+69+189=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C445BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445BD is #3BBA42. Grayscale: #787878. Windows color (decimal): -3914307 or 12404164. OLE color: 12404164.

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

Color convert

RGB 196 69 189 -
CMYK 0 0.65 0.04 0.23
HSL 303.31º 0.52% 0.52% -
HSV(B) 303.31º 0.65% 0.77% -
XYZ 34.08 19.67 50.14 -
YUV 120.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 196 69 189 0 0.65 0.04 0.23 303.31 0.52 0.52
Hex C4 45 BD 0 41 4 17 12F 34 34
Octal 304 105 275 0 101 4 27 457 64 64
Binary 11000100 1000101 10111101 0 1000001 100 10111 100101111 110100 110100

Color Harmonies of #C445BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445BD

Black with #C445BD

Text Example


Text Example

White with #C445BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445BD; }

 p { color: rgb(196,69,189); }

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

background-color css

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

 a { background-color: rgb(196,69,189); }

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

border-color css

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

 span { border-color: rgb(196,69,189); }

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