Html Css Color HEX #C748B9 Fuchsia

📋 copy color: '#C748B9'

red 199 ◦ green 72 ◦ blue 185

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

Shades of Fuchsia #C748B9

Tints of Fuchsia #C748B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 43.64%
G = 15.79%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C748B9 (or 0xC748B9) is known color: Fuchsia. HEX triplet: C7, 48 and B9. RGB value is (199,72,185). Sum of RGB (Red+Green+Blue) = 199+72+185=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C748B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748B9 is #38B746. Grayscale: #7A7A7A. Windows color (decimal): -3716935 or 12142791. OLE color: 12142791.

HSL color Cylindrical-coordinate representation of color #C748B9: hue angle of 306.61º 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 #C748B9 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 185 -
CMYK 0 0.64 0.07 0.22
HSL 306.61º 0.53% 0.53% -
HSV(B) 306.61º 0.64% 0.78% -
XYZ 34.63 20.28 47.99 -
YUV 122.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 199 72 185 0 0.64 0.07 0.22 306.61 0.53 0.53
Hex C7 48 B9 0 40 7 16 133 35 35
Octal 307 110 271 0 100 7 26 463 65 65
Binary 11000111 1001000 10111001 0 1000000 111 10110 100110011 110101 110101

Color Harmonies of #C748B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748B9

Black with #C748B9

Text Example


Text Example

White with #C748B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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