Html Css Color HEX #C748CD Fuchsia

📋 copy color: '#C748CD'

red 199 ◦ green 72 ◦ blue 205

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

Shades of Fuchsia #C748CD

Tints of Fuchsia #C748CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 41.81%
G = 15.13%
B = 43.07%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C748CD (or 0xC748CD) is known color: Fuchsia. HEX triplet: C7, 48 and CD. RGB value is (199,72,205). Sum of RGB (Red+Green+Blue) = 199+72+205=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #C748CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748CD is #38B732. Grayscale: #7C7C7C. Windows color (decimal): -3716915 or 13453511. OLE color: 13453511.

HSL color Cylindrical-coordinate representation of color #C748CD: hue angle of 297.29º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C748CD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 72 205 -
CMYK 0.03 0.65 0 0.20
HSL 297.29º 0.57% 0.54% -
HSV(B) 297.29º 0.65% 0.8% -
XYZ 36.89 21.18 59.9 -
YUV 125.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 199 72 205 0.03 0.65 0 0.20 297.29 0.57 0.54
Hex C7 48 CD 3 41 0 14 129 39 36
Octal 307 110 315 3 101 0 24 451 71 66
Binary 11000111 1001000 11001101 11 1000001 0 10100 100101001 111001 110110

Color Harmonies of #C748CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748CD

Black with #C748CD

Text Example


Text Example

White with #C748CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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