Html Css Color HEX #C760CF Fuchsia

📋 copy color: '#C760CF'

red 199 ◦ green 96 ◦ blue 207

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

Shades of Fuchsia #C760CF

Tints of Fuchsia #C760CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.12%

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

R = 39.64%
G = 19.12%
B = 41.24%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C760CF (or 0xC760CF) is known color: Fuchsia. HEX triplet: C7, 60 and CF. RGB value is (199,96,207). Sum of RGB (Red+Green+Blue) = 199+96+207=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C760CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760CF is #389F30. Grayscale: #8B8B8B. Windows color (decimal): -3710769 or 13590727. OLE color: 13590727.

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

Color convert

RGB 199 96 207 -
CMYK 0.04 0.54 0 0.19
HSL 295.68º 0.54% 0.59% -
HSV(B) 295.68º 0.54% 0.81% -
XYZ 39 25.01 61.8 -
YUV 139.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 199 96 207 0.04 0.54 0 0.19 295.68 0.54 0.59
Hex C7 60 CF 4 36 0 13 128 36 3B
Octal 307 140 317 4 66 0 23 450 66 73
Binary 11000111 1100000 11001111 100 110110 0 10011 100101000 110110 111011

Color Harmonies of #C760CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760CF

Black with #C760CF

Text Example


Text Example

White with #C760CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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