Html Css Color HEX #C741D1 Fuchsia

📋 copy color: '#C741D1'

red 199 ◦ green 65 ◦ blue 209

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

Shades of Fuchsia #C741D1

Tints of Fuchsia #C741D1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.74%

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 42.07%
G = 13.74%
B = 44.19%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C741D1 (or 0xC741D1) is known color: Fuchsia. HEX triplet: C7, 41 and D1. RGB value is (199,65,209). Sum of RGB (Red+Green+Blue) = 199+65+209=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #C741D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741D1 is #38BE2E. Grayscale: #797979. Windows color (decimal): -3718703 or 13713863. OLE color: 13713863.

HSL color Cylindrical-coordinate representation of color #C741D1: hue angle of 295.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C741D1 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 65 209 -
CMYK 0.05 0.69 0 0.18
HSL 295.83º 0.61% 0.54% -
HSV(B) 295.83º 0.69% 0.82% -
XYZ 36.95 20.53 62.34 -
YUV 121.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 199 65 209 0.05 0.69 0 0.18 295.83 0.61 0.54
Hex C7 41 D1 5 45 0 12 128 3D 36
Octal 307 101 321 5 105 0 22 450 75 66
Binary 11000111 1000001 11010001 101 1000101 0 10010 100101000 111101 110110

Color Harmonies of #C741D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741D1

Black with #C741D1

Text Example


Text Example

White with #C741D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741D1; }

 p { color: rgb(199,65,209); }

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

background-color css

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

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

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

border-color css

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

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

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