Html Css Color HEX #C748CF Fuchsia

📋 copy color: '#C748CF'

red 199 ◦ green 72 ◦ blue 207

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

Shades of Fuchsia #C748CF

Tints of Fuchsia #C748CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 41.63%
G = 15.06%
B = 43.31%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C748CF (or 0xC748CF) is known color: Fuchsia. HEX triplet: C7, 48 and CF. RGB value is (199,72,207). Sum of RGB (Red+Green+Blue) = 199+72+207=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C748CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748CF is #38B730. Grayscale: #7C7C7C. Windows color (decimal): -3716913 or 13584583. OLE color: 13584583.

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

Color convert

RGB 199 72 207 -
CMYK 0.04 0.65 0 0.19
HSL 296.44º 0.58% 0.55% -
HSV(B) 296.44º 0.65% 0.81% -
XYZ 37.13 21.28 61.18 -
YUV 125.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 199 72 207 0.04 0.65 0 0.19 296.44 0.58 0.55
Hex C7 48 CF 4 41 0 13 128 3A 37
Octal 307 110 317 4 101 0 23 450 72 67
Binary 11000111 1001000 11001111 100 1000001 0 10011 100101000 111010 110111

Color Harmonies of #C748CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748CF

Black with #C748CF

Text Example


Text Example

White with #C748CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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