Html Css Color HEX #C761CF Fuchsia

📋 copy color: '#C761CF'

red 199 ◦ green 97 ◦ blue 207

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

Shades of Fuchsia #C761CF

Tints of Fuchsia #C761CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.28%

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 39.56%
G = 19.28%
B = 41.15%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C761CF (or 0xC761CF) is known color: Fuchsia. HEX triplet: C7, 61 and CF. RGB value is (199,97,207). Sum of RGB (Red+Green+Blue) = 199+97+207=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #C761CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761CF is #389E30. Grayscale: #8B8B8B. Windows color (decimal): -3710513 or 13590983. OLE color: 13590983.

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

Color convert

RGB 199 97 207 -
CMYK 0.04 0.53 0 0.19
HSL 295.64º 0.53% 0.6% -
HSV(B) 295.64º 0.53% 0.81% -
XYZ 39.09 25.2 61.83 -
YUV 140.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 199 97 207 0.04 0.53 0 0.19 295.64 0.53 0.6
Hex C7 61 CF 4 35 0 13 128 35 3C
Octal 307 141 317 4 65 0 23 450 65 74
Binary 11000111 1100001 11001111 100 110101 0 10011 100101000 110101 111100

Color Harmonies of #C761CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C761CF

Black with #C761CF

Text Example


Text Example

White with #C761CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C761CF; }

 p { color: rgb(199,97,207); }

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

background-color css

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

 a { background-color: rgb(199,97,207); }

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

border-color css

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

 span { border-color: rgb(199,97,207); }

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