Html Css Color HEX #C746CD Fuchsia

📋 copy color: '#C746CD'

red 199 ◦ green 70 ◦ blue 205

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

Shades of Fuchsia #C746CD

Tints of Fuchsia #C746CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 41.98%
G = 14.77%
B = 43.25%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C746CD (or 0xC746CD) is known color: Fuchsia. HEX triplet: C7, 46 and CD. RGB value is (199,70,205). Sum of RGB (Red+Green+Blue) = 199+70+205=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #C746CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746CD is #38B932. Grayscale: #7B7B7B. Windows color (decimal): -3717427 or 13452999. OLE color: 13452999.

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

Color convert

RGB 199 70 205 -
CMYK 0.03 0.66 0 0.20
HSL 297.33º 0.57% 0.54% -
HSV(B) 297.33º 0.66% 0.8% -
XYZ 36.76 20.93 59.86 -
YUV 123.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 199 70 205 0.03 0.66 0 0.20 297.33 0.57 0.54
Hex C7 46 CD 3 42 0 14 129 39 36
Octal 307 106 315 3 102 0 24 451 71 66
Binary 11000111 1000110 11001101 11 1000010 0 10100 100101001 111001 110110

Color Harmonies of #C746CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746CD

Black with #C746CD

Text Example


Text Example

White with #C746CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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