Html Css Color HEX #C746C7 Fuchsia

📋 copy color: '#C746C7'

red 199 ◦ green 70 ◦ blue 199

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

Shades of Fuchsia #C746C7

Tints of Fuchsia #C746C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 42.52%
G = 14.96%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C746C7 (or 0xC746C7) is known color: Fuchsia. HEX triplet: C7, 46 and C7. RGB value is (199,70,199). Sum of RGB (Red+Green+Blue) = 199+70+199=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C746C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746C7 is #38B938. Grayscale: #7A7A7A. Windows color (decimal): -3717433 or 13059783. OLE color: 13059783.

HSL color Cylindrical-coordinate representation of color #C746C7: hue angle of 300º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C746C7 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 199 -
CMYK 0 0.65 0 0.22
HSL 300º 0.54% 0.53% -
HSV(B) 300º 0.65% 0.78% -
XYZ 36.05 20.65 56.12 -
YUV 123.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 199 70 199 0 0.65 0 0.22 300 0.54 0.53
Hex C7 46 C7 0 41 0 16 12C 36 35
Octal 307 106 307 0 101 0 26 454 66 65
Binary 11000111 1000110 11000111 0 1000001 0 10110 100101100 110110 110101

Color Harmonies of #C746C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746C7

Black with #C746C7

Text Example


Text Example

White with #C746C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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