Html Css Color HEX #C748D0 Fuchsia

📋 copy color: '#C748D0'

red 199 ◦ green 72 ◦ blue 208

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

Shades of Fuchsia #C748D0

Tints of Fuchsia #C748D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 41.54%
G = 15.03%
B = 43.42%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C748D0 (or 0xC748D0) is known color: Fuchsia. HEX triplet: C7, 48 and D0. RGB value is (199,72,208). Sum of RGB (Red+Green+Blue) = 199+72+208=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #C748D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748D0 is #38B72F. Grayscale: #7D7D7D. Windows color (decimal): -3716912 or 13650119. OLE color: 13650119.

HSL color Cylindrical-coordinate representation of color #C748D0: hue angle of 296.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C748D0 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 72 208 -
CMYK 0.04 0.65 0 0.18
HSL 296.03º 0.59% 0.55% -
HSV(B) 296.03º 0.65% 0.82% -
XYZ 37.26 21.33 61.83 -
YUV 125.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 199 72 208 0.04 0.65 0 0.18 296.03 0.59 0.55
Hex C7 48 D0 4 41 0 12 128 3B 37
Octal 307 110 320 4 101 0 22 450 73 67
Binary 11000111 1001000 11010000 100 1000001 0 10010 100101000 111011 110111

Color Harmonies of #C748D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748D0

Black with #C748D0

Text Example


Text Example

White with #C748D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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