Html Css Color HEX #C750BE Fuchsia

📋 copy color: '#C750BE'

red 199 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #C750BE

Tints of Fuchsia #C750BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 42.43%
G = 17.06%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C750BE (or 0xC750BE) is known color: Fuchsia. HEX triplet: C7, 50 and BE. RGB value is (199,80,190). Sum of RGB (Red+Green+Blue) = 199+80+190=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C750BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750BE is #38AF41. Grayscale: #7F7F7F. Windows color (decimal): -3714882 or 12472519. OLE color: 12472519.

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

Color convert

RGB 199 80 190 -
CMYK 0 0.60 0.05 0.22
HSL 304.54º 0.52% 0.55% -
HSV(B) 304.54º 0.6% 0.78% -
XYZ 35.72 21.6 51 -
YUV 128.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 199 80 190 0 0.60 0.05 0.22 304.54 0.52 0.55
Hex C7 50 BE 0 3C 5 16 131 34 37
Octal 307 120 276 0 74 5 26 461 64 67
Binary 11000111 1010000 10111110 0 111100 101 10110 100110001 110100 110111

Color Harmonies of #C750BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750BE

Black with #C750BE

Text Example


Text Example

White with #C750BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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