Html Css Color HEX #C741CE Fuchsia

📋 copy color: '#C741CE'

red 199 ◦ green 65 ◦ blue 206

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

Shades of Fuchsia #C741CE

Tints of Fuchsia #C741CE

RGB

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

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

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

R = 42.34%
G = 13.83%
B = 43.83%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C741CE (or 0xC741CE) is known color: Fuchsia. HEX triplet: C7, 41 and CE. RGB value is (199,65,206). Sum of RGB (Red+Green+Blue) = 199+65+206=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #C741CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741CE is #38BE31. Grayscale: #787878. Windows color (decimal): -3718706 or 13517255. OLE color: 13517255.

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

Color convert

RGB 199 65 206 -
CMYK 0.03 0.68 0 0.19
HSL 297.02º 0.59% 0.53% -
HSV(B) 297.02º 0.68% 0.81% -
XYZ 36.58 20.38 60.4 -
YUV 121.14 175.89 183.54 -
System Red Green Blue C M Y K H S L
Decimal 199 65 206 0.03 0.68 0 0.19 297.02 0.59 0.53
Hex C7 41 CE 3 44 0 13 129 3B 35
Octal 307 101 316 3 104 0 23 451 73 65
Binary 11000111 1000001 11001110 11 1000100 0 10011 100101001 111011 110101

Color Harmonies of #C741CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741CE

Black with #C741CE

Text Example


Text Example

White with #C741CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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