Html Css Color HEX #C743AF Fuchsia

📋 copy color: '#C743AF'

red 199 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #C743AF

Tints of Fuchsia #C743AF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.19%

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 45.12%
G = 15.19%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C743AF (or 0xC743AF) is known color: Fuchsia. HEX triplet: C7, 43 and AF. RGB value is (199,67,175). Sum of RGB (Red+Green+Blue) = 199+67+175=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C743AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C743AF is #38BC50. Grayscale: #767676. Windows color (decimal): -3718225 or 11486151. OLE color: 11486151.

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

Color convert

RGB 199 67 175 -
CMYK 0 0.66 0.12 0.22
HSL 310.91º 0.54% 0.52% -
HSV(B) 310.91º 0.66% 0.78% -
XYZ 33.3 19.25 42.52 -
YUV 118.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 199 67 175 0 0.66 0.12 0.22 310.91 0.54 0.52
Hex C7 43 AF 0 42 C 16 137 36 34
Octal 307 103 257 0 102 14 26 467 66 64
Binary 11000111 1000011 10101111 0 1000010 1100 10110 100110111 110110 110100

Color Harmonies of #C743AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C743AF

Black with #C743AF

Text Example


Text Example

White with #C743AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C743AF; }

 p { color: rgb(199,67,175); }

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

background-color css

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

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

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

border-color css

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

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

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