Html Css Color HEX #C747CB Fuchsia

📋 copy color: '#C747CB'

red 199 ◦ green 71 ◦ blue 203

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

Shades of Fuchsia #C747CB

Tints of Fuchsia #C747CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 42.07%
G = 15.01%
B = 42.92%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C747CB (or 0xC747CB) is known color: Fuchsia. HEX triplet: C7, 47 and CB. RGB value is (199,71,203). Sum of RGB (Red+Green+Blue) = 199+71+203=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #C747CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747CB is #38B834. Grayscale: #7B7B7B. Windows color (decimal): -3717173 or 13322183. OLE color: 13322183.

HSL color Cylindrical-coordinate representation of color #C747CB: hue angle of 298.18º degrees, saturation: 0.56, 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 #C747CB is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 71 203 -
CMYK 0.02 0.65 0 0.20
HSL 298.18º 0.56% 0.54% -
HSV(B) 298.18º 0.65% 0.8% -
XYZ 36.59 20.96 58.62 -
YUV 124.32 172.41 181.27 -
System Red Green Blue C M Y K H S L
Decimal 199 71 203 0.02 0.65 0 0.20 298.18 0.56 0.54
Hex C7 47 CB 2 41 0 14 12A 38 36
Octal 307 107 313 2 101 0 24 452 70 66
Binary 11000111 1000111 11001011 10 1000001 0 10100 100101010 111000 110110

Color Harmonies of #C747CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747CB

Black with #C747CB

Text Example


Text Example

White with #C747CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747CB; }

 p { color: rgb(199,71,203); }

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

background-color css

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

 a { background-color: rgb(199,71,203); }

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

border-color css

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

 span { border-color: rgb(199,71,203); }

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