Html Css Color HEX #C746D0 Fuchsia

📋 copy color: '#C746D0'

red 199 ◦ green 70 ◦ blue 208

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

Shades of Fuchsia #C746D0

Tints of Fuchsia #C746D0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.68%

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

R = 41.72%
G = 14.68%
B = 43.61%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C746D0 (or 0xC746D0) is known color: Fuchsia. HEX triplet: C7, 46 and D0. RGB value is (199,70,208). Sum of RGB (Red+Green+Blue) = 199+70+208=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #C746D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746D0 is #38B92F. Grayscale: #7B7B7B. Windows color (decimal): -3717424 or 13649607. OLE color: 13649607.

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

Color convert

RGB 199 70 208 -
CMYK 0.04 0.66 0 0.18
HSL 296.09º 0.59% 0.55% -
HSV(B) 296.09º 0.66% 0.82% -
XYZ 37.13 21.08 61.79 -
YUV 124.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 199 70 208 0.04 0.66 0 0.18 296.09 0.59 0.55
Hex C7 46 D0 4 42 0 12 128 3B 37
Octal 307 106 320 4 102 0 22 450 73 67
Binary 11000111 1000110 11010000 100 1000010 0 10010 100101000 111011 110111

Color Harmonies of #C746D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746D0

Black with #C746D0

Text Example


Text Example

White with #C746D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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