Html Css Color HEX #C740CE Fuchsia

📋 copy color: '#C740CE'

red 199 ◦ green 64 ◦ blue 206

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

Shades of Fuchsia #C740CE

Tints of Fuchsia #C740CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.65%

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

R = 42.43%
G = 13.65%
B = 43.92%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C740CE (or 0xC740CE) is known color: Fuchsia. HEX triplet: C7, 40 and CE. RGB value is (199,64,206). Sum of RGB (Red+Green+Blue) = 199+64+206=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #C740CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740CE is #38BF31. Grayscale: #787878. Windows color (decimal): -3718962 or 13516999. OLE color: 13516999.

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

Color convert

RGB 199 64 206 -
CMYK 0.03 0.69 0 0.19
HSL 297.04º 0.59% 0.53% -
HSV(B) 297.04º 0.69% 0.81% -
XYZ 36.53 20.27 60.38 -
YUV 120.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 199 64 206 0.03 0.69 0 0.19 297.04 0.59 0.53
Hex C7 40 CE 3 45 0 13 129 3B 35
Octal 307 100 316 3 105 0 23 451 73 65
Binary 11000111 1000000 11001110 11 1000101 0 10011 100101001 111011 110101

Color Harmonies of #C740CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740CE

Black with #C740CE

Text Example


Text Example

White with #C740CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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