Html Css Color HEX #C741D0 Fuchsia

📋 copy color: '#C741D0'

red 199 ◦ green 65 ◦ blue 208

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

Shades of Fuchsia #C741D0

Tints of Fuchsia #C741D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 42.16%
G = 13.77%
B = 44.07%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C741D0 (or 0xC741D0) is known color: Fuchsia. HEX triplet: C7, 41 and D0. RGB value is (199,65,208). Sum of RGB (Red+Green+Blue) = 199+65+208=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #C741D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741D0 is #38BE2F. Grayscale: #787878. Windows color (decimal): -3718704 or 13648327. OLE color: 13648327.

HSL color Cylindrical-coordinate representation of color #C741D0: hue angle of 296.22º degrees, saturation: 0.6, 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 #C741D0 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 65 208 -
CMYK 0.04 0.69 0 0.18
HSL 296.22º 0.6% 0.54% -
HSV(B) 296.22º 0.69% 0.82% -
XYZ 36.83 20.48 61.69 -
YUV 121.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 199 65 208 0.04 0.69 0 0.18 296.22 0.6 0.54
Hex C7 41 D0 4 45 0 12 128 3C 36
Octal 307 101 320 4 105 0 22 450 74 66
Binary 11000111 1000001 11010000 100 1000101 0 10010 100101000 111100 110110

Color Harmonies of #C741D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741D0

Black with #C741D0

Text Example


Text Example

White with #C741D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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