Html Css Color HEX #C760BD Fuchsia

📋 copy color: '#C760BD'

red 199 ◦ green 96 ◦ blue 189

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

Shades of Fuchsia #C760BD

Tints of Fuchsia #C760BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.05%

R = 41.12%
G = 19.83%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C760BD (or 0xC760BD) is known color: Fuchsia. HEX triplet: C7, 60 and BD. RGB value is (199,96,189). Sum of RGB (Red+Green+Blue) = 199+96+189=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C760BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760BD is #389F42. Grayscale: #898989. Windows color (decimal): -3710787 or 12411079. OLE color: 12411079.

HSL color Cylindrical-coordinate representation of color #C760BD: hue angle of 305.83º 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 #C760BD is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 189 -
CMYK 0 0.52 0.05 0.22
HSL 305.83º 0.48% 0.58% -
HSV(B) 305.83º 0.52% 0.78% -
XYZ 36.92 24.18 50.87 -
YUV 137.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 199 96 189 0 0.52 0.05 0.22 305.83 0.48 0.58
Hex C7 60 BD 0 34 5 16 132 30 3A
Octal 307 140 275 0 64 5 26 462 60 72
Binary 11000111 1100000 10111101 0 110100 101 10110 100110010 110000 111010

Color Harmonies of #C760BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760BD

Black with #C760BD

Text Example


Text Example

White with #C760BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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