Html Css Color HEX #C748B5 Fuchsia

📋 copy color: '#C748B5'

red 199 ◦ green 72 ◦ blue 181

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

Shades of Fuchsia #C748B5

Tints of Fuchsia #C748B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 44.03%
G = 15.93%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C748B5 (or 0xC748B5) is known color: Fuchsia. HEX triplet: C7, 48 and B5. RGB value is (199,72,181). Sum of RGB (Red+Green+Blue) = 199+72+181=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C748B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748B5 is #38B74A. Grayscale: #7A7A7A. Windows color (decimal): -3716939 or 11880647. OLE color: 11880647.

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

Color convert

RGB 199 72 181 -
CMYK 0 0.64 0.09 0.22
HSL 308.5º 0.53% 0.53% -
HSV(B) 308.5º 0.64% 0.78% -
XYZ 34.21 20.11 45.8 -
YUV 122.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 199 72 181 0 0.64 0.09 0.22 308.5 0.53 0.53
Hex C7 48 B5 0 40 9 16 135 35 35
Octal 307 110 265 0 100 11 26 465 65 65
Binary 11000111 1001000 10110101 0 1000000 1001 10110 100110101 110101 110101

Color Harmonies of #C748B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748B5

Black with #C748B5

Text Example


Text Example

White with #C748B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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