Html Css Color HEX #C746CE Fuchsia

📋 copy color: '#C746CE'

red 199 ◦ green 70 ◦ blue 206

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

Shades of Fuchsia #C746CE

Tints of Fuchsia #C746CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 41.89%
G = 14.74%
B = 43.37%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C746CE (or 0xC746CE) is known color: Fuchsia. HEX triplet: C7, 46 and CE. RGB value is (199,70,206). Sum of RGB (Red+Green+Blue) = 199+70+206=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #C746CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746CE is #38B931. Grayscale: #7B7B7B. Windows color (decimal): -3717426 or 13518535. OLE color: 13518535.

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

Color convert

RGB 199 70 206 -
CMYK 0.03 0.66 0 0.19
HSL 296.91º 0.58% 0.54% -
HSV(B) 296.91º 0.66% 0.81% -
XYZ 36.88 20.98 60.5 -
YUV 124.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 199 70 206 0.03 0.66 0 0.19 296.91 0.58 0.54
Hex C7 46 CE 3 42 0 13 129 3A 36
Octal 307 106 316 3 102 0 23 451 72 66
Binary 11000111 1000110 11001110 11 1000010 0 10011 100101001 111010 110110

Color Harmonies of #C746CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746CE

Black with #C746CE

Text Example


Text Example

White with #C746CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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