Html Css Color HEX #C745BD Fuchsia

📋 copy color: '#C745BD'

red 199 ◦ green 69 ◦ blue 189

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

Shades of Fuchsia #C745BD

Tints of Fuchsia #C745BD

RGB

 RED value IS 199 (78.13% from 255) = 43.54%

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

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

R = 43.54%
G = 15.1%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C745BD (or 0xC745BD) is known color: Fuchsia. HEX triplet: C7, 45 and BD. RGB value is (199,69,189). Sum of RGB (Red+Green+Blue) = 199+69+189=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C745BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745BD is #38BA42. Grayscale: #797979. Windows color (decimal): -3717699 or 12404167. OLE color: 12404167.

HSL color Cylindrical-coordinate representation of color #C745BD: hue angle of 304.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C745BD is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 69 189 -
CMYK 0 0.65 0.05 0.22
HSL 304.62º 0.54% 0.53% -
HSV(B) 304.62º 0.65% 0.78% -
XYZ 34.87 20.07 50.18 -
YUV 121.55 166.07 183.24 -
System Red Green Blue C M Y K H S L
Decimal 199 69 189 0 0.65 0.05 0.22 304.62 0.54 0.53
Hex C7 45 BD 0 41 5 16 131 36 35
Octal 307 105 275 0 101 5 26 461 66 65
Binary 11000111 1000101 10111101 0 1000001 101 10110 100110001 110110 110101

Color Harmonies of #C745BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745BD

Black with #C745BD

Text Example


Text Example

White with #C745BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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