Html Css Color HEX #C764BF Fuchsia

📋 copy color: '#C764BF'

red 199 ◦ green 100 ◦ blue 191

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

Shades of Fuchsia #C764BF

Tints of Fuchsia #C764BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.41%

 BLUE value IS 191 (75% from 255) = 38.98%

R = 40.61%
G = 20.41%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C764BF (or 0xC764BF) is known color: Fuchsia. HEX triplet: C7, 64 and BF. RGB value is (199,100,191). Sum of RGB (Red+Green+Blue) = 199+100+191=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C764BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764BF is #389B40. Grayscale: #8B8B8B. Windows color (decimal): -3709761 or 12543175. OLE color: 12543175.

HSL color Cylindrical-coordinate representation of color #C764BF: hue angle of 304.85º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C764BF is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 100 191 -
CMYK 0 0.50 0.04 0.22
HSL 304.85º 0.47% 0.59% -
HSV(B) 304.85º 0.5% 0.78% -
XYZ 37.51 25.02 52.14 -
YUV 139.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 199 100 191 0 0.50 0.04 0.22 304.85 0.47 0.59
Hex C7 64 BF 0 32 4 16 131 2F 3B
Octal 307 144 277 0 62 4 26 461 57 73
Binary 11000111 1100100 10111111 0 110010 100 10110 100110001 101111 111011

Color Harmonies of #C764BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764BF

Black with #C764BF

Text Example


Text Example

White with #C764BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764BF; }

 p { color: rgb(199,100,191); }

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

background-color css

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

 a { background-color: rgb(199,100,191); }

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

border-color css

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

 span { border-color: rgb(199,100,191); }

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