Html Css Color HEX #C760C1 Fuchsia

📋 copy color: '#C760C1'

red 199 ◦ green 96 ◦ blue 193

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

Shades of Fuchsia #C760C1

Tints of Fuchsia #C760C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.55%

R = 40.78%
G = 19.67%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C760C1 (or 0xC760C1) is known color: Fuchsia. HEX triplet: C7, 60 and C1. RGB value is (199,96,193). Sum of RGB (Red+Green+Blue) = 199+96+193=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C760C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760C1 is #389F3E. Grayscale: #898989. Windows color (decimal): -3710783 or 12673223. OLE color: 12673223.

HSL color Cylindrical-coordinate representation of color #C760C1: hue angle of 303.5º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C760C1 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 193 -
CMYK 0 0.52 0.03 0.22
HSL 303.5º 0.48% 0.58% -
HSV(B) 303.5º 0.52% 0.78% -
XYZ 37.36 24.36 53.18 -
YUV 137.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 199 96 193 0 0.52 0.03 0.22 303.5 0.48 0.58
Hex C7 60 C1 0 34 3 16 12F 30 3A
Octal 307 140 301 0 64 3 26 457 60 72
Binary 11000111 1100000 11000001 0 110100 11 10110 100101111 110000 111010

Color Harmonies of #C760C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760C1

Black with #C760C1

Text Example


Text Example

White with #C760C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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