Html Css Color HEX #C748BD Fuchsia

📋 copy color: '#C748BD'

red 199 ◦ green 72 ◦ blue 189

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

Shades of Fuchsia #C748BD

Tints of Fuchsia #C748BD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.65%

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

R = 43.26%
G = 15.65%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C748BD (or 0xC748BD) is known color: Fuchsia. HEX triplet: C7, 48 and BD. RGB value is (199,72,189). Sum of RGB (Red+Green+Blue) = 199+72+189=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C748BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748BD is #38B742. Grayscale: #7A7A7A. Windows color (decimal): -3716931 or 12404935. OLE color: 12404935.

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

Color convert

RGB 199 72 189 -
CMYK 0 0.64 0.05 0.22
HSL 304.72º 0.53% 0.53% -
HSV(B) 304.72º 0.64% 0.78% -
XYZ 35.06 20.45 50.24 -
YUV 123.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 199 72 189 0 0.64 0.05 0.22 304.72 0.53 0.53
Hex C7 48 BD 0 40 5 16 131 35 35
Octal 307 110 275 0 100 5 26 461 65 65
Binary 11000111 1001000 10111101 0 1000000 101 10110 100110001 110101 110101

Color Harmonies of #C748BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748BD

Black with #C748BD

Text Example


Text Example

White with #C748BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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