Html Css Color HEX #C750BF Fuchsia

📋 copy color: '#C750BF'

red 199 ◦ green 80 ◦ blue 191

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

Shades of Fuchsia #C750BF

Tints of Fuchsia #C750BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.02%

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

R = 42.34%
G = 17.02%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C750BF (or 0xC750BF) is known color: Fuchsia. HEX triplet: C7, 50 and BF. RGB value is (199,80,191). Sum of RGB (Red+Green+Blue) = 199+80+191=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C750BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750BF is #38AF40. Grayscale: #7F7F7F. Windows color (decimal): -3714881 or 12538055. OLE color: 12538055.

HSL color Cylindrical-coordinate representation of color #C750BF: hue angle of 304.03º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C750BF is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 191 -
CMYK 0 0.60 0.04 0.22
HSL 304.03º 0.52% 0.55% -
HSV(B) 304.03º 0.6% 0.78% -
XYZ 35.83 21.64 51.58 -
YUV 128.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 199 80 191 0 0.60 0.04 0.22 304.03 0.52 0.55
Hex C7 50 BF 0 3C 4 16 130 34 37
Octal 307 120 277 0 74 4 26 460 64 67
Binary 11000111 1010000 10111111 0 111100 100 10110 100110000 110100 110111

Color Harmonies of #C750BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750BF

Black with #C750BF

Text Example


Text Example

White with #C750BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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